mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 11:33:08 +00:00
Fix broken travis build
This commit is contained in:
parent
37fdec3de8
commit
67e80f346e
1 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,6 @@ install:
|
||||||
- pip install mkdocs-material
|
- pip install mkdocs-material
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp ${PWD}/group_vars/all.yml.dist ${PWD}/group_vars/all.yml
|
|
||||||
- ansible-lint ${PWD}/nas.yml
|
- ansible-lint ${PWD}/nas.yml
|
||||||
- ${PWD}/tests/test.sh
|
- ${PWD}/tests/test.sh
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
|
@ -29,11 +28,11 @@ deploy:
|
||||||
keep-history: true
|
keep-history: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
- https://webhooks.gitter.im/e/bd52710d464f2b82036b
|
- https://webhooks.gitter.im/e/bd52710d464f2b82036b
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
on_start: never
|
on_start: never
|
||||||
|
|
Loading…
Reference in a new issue