Skip to content

Commit

Permalink
Fix permissions on deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
huettern committed Aug 2, 2019
1 parent f777f02 commit 2acf6a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ script:
addons:
ssh_known_hosts: github.com
after_success:
- chmod +x deploy_build_branch.sh
- test $TRAVIS_BRANCH = "master" && ./deploy_build_branch.sh

deploy:
Expand Down
Empty file modified deploy_build_branch.sh
100644 → 100755
Empty file.

0 comments on commit 2acf6a9

Please sign in to comment.