This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: If956d286fca71c00803db04af137990ca15b6bdd Signed-off-by: Ondra Machacek <[email protected]>
- Loading branch information
1 parent
3874e0b
commit 7156457
Showing
7 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
sudo: required | ||
language: python | ||
python: | ||
- "2.7" | ||
|
||
services: | ||
- docker | ||
|
||
env: | ||
global: | ||
- ANSIBLE_HOST_KEY_CHECKING="False" | ||
|
||
# Install python-pip | ||
addons: | ||
apt: | ||
packages: | ||
- python-pip | ||
|
||
install: | ||
- pip install tox ansible docker-py yamllint | ||
|
||
# Check ansible version | ||
- ansible --version | ||
|
||
script: | ||
# Run sytax checks and linters | ||
- tox | ||
|
||
notifications: | ||
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
yum-utils | ||
make | ||
ansible | ||
git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
yum-utils | ||
git | ||
make | ||
ansible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,5 +41,5 @@ sh build.sh install | |
%license LICENSE | ||
|
||
%changelog | ||
* Thu Nov 16 2017 Ondra Machacek <[email protected]> - 1.0.0-0 | ||
* Mon Nov 27 2017 Ondra Machacek <[email protected]> - 1.1.0-1 | ||
- Initial release |