Skip to content

Commit 01f9cdd

Browse files
committed
Since we are in the dest dir, run the script where it's located
1 parent a97b2e6 commit 01f9cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
deploy:
1515
provider: script
1616
skip_cleanup: true
17-
script: deploy.sh
17+
script: ${TRAVIS_BUILD_DIR}/deploy.sh
1818
on:
1919
branch: build
2020
notifications:

0 commit comments

Comments
 (0)