We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f74d4d commit 2b4a0a1Copy full SHA for 2b4a0a1
travis-ci/changefile.sh
@@ -2,7 +2,8 @@
2
YEAR=$(date +"%Y")
3
MONTH=$(date +"%m")
4
cd $TRAVIS_BUILD_DIR
5
-sudo chown (whoami):(whoami) -R $TRAVIS_BUILD_DIR
+sudo whoami
6
+#sudo chown (whoami):(whoami) -R $TRAVIS_BUILD_DIR
7
sudo git remote -v
8
sudo git remote rm origin
9
sudo git config --global user.email "${GIT_EMAIL}"
0 commit comments