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 516fbf4 commit 94f2a89Copy full SHA for 94f2a89
travis-ci/changefile.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
YEAR=$(date +"%Y")
3
MONTH=$(date +"%m")
4
+cd $TRAVIS_BUILD_DIR
5
sudo git remote -v
6
sudo git remote rm origin
7
sudo git config --global user.email "${GIT_EMAIL}"
travis-ci/deploy2.sh
sudo git config --global user.name "${GIT_NAME}"
sudo git config --global push.default simple
0 commit comments