Link to latest gist of role test file

This commit is contained in:
chriswayg 2018-05-08 04:56:04 +08:00 committed by GitHub
parent d320010414
commit ffe8c02988
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ script:
- export cleanup=false
# Download test shim.
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/chriswayg/7cf5afda283252219c37c447ccf3ad88/raw/199f22ced6dd31c948ab2fb6e647a8cd612d337e/ansible-role-test.sh
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/chriswayg/7cf5afda283252219c37c447ccf3ad88/raw/ansible-role-test.sh
- chmod +x ${PWD}/tests/test.sh
# Run tests.