Skip to content

Commit

Permalink
Attempt to fix permissions issue in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Dec 17, 2017
1 parent 4968e18 commit c10ec74
Showing 1 changed file 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 @@ -23,6 +23,7 @@ script:
- docker run --mount type=bind,source="$(pwd)",target=/home/travisDir $CODE_COV_ENVS -e TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER $DOCKER_IMG /bin/bash -c "cd /home/travisDir && scripts/CIBuild.sh"

after_success:
- sudo chown -R travis:travis /home/travis/

deploy:
provider: releases
Expand Down

0 comments on commit c10ec74

Please sign in to comment.