Skip to content

Commit f1d2260

Browse files
fixed release deployments when tagged
1 parent 3c246db commit f1d2260

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ script:
6262
- python tests/integration/netbox-deploy.py
6363
- ansible-playbook tests/integration/regression-tests.yml -vvvv
6464
- ansible-playbook tests/integration/integration-tests.yml -vvvv
65-
- cd tests/integration
66-
- ansible-inventory -i test-inventory.yml --list
65+
- ansible-inventory -i tests/integration/test-inventory.yml --list
6766

6867
deploy:
6968
provider: script
File renamed without changes.

0 commit comments

Comments
 (0)