Skip to content

Commit 3f74d4d

Browse files
try take ownership of $TRAVIS_BUILD_DIR
1 parent a8307fb commit 3f74d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis-ci/changefile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
YEAR=$(date +"%Y")
33
MONTH=$(date +"%m")
44
cd $TRAVIS_BUILD_DIR
5+
sudo chown (whoami):(whoami) -R $TRAVIS_BUILD_DIR
56
sudo git remote -v
67
sudo git remote rm origin
78
sudo git config --global user.email "${GIT_EMAIL}"

0 commit comments

Comments
 (0)