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 f8bf768 commit fd932a2Copy full SHA for fd932a2
travis-ci/change-file.sh
@@ -4,15 +4,15 @@ MONTH=$(date +"%m")
4
cd $TRAVIS_BUILD_DIR
5
6
#Remove Remotes Added by TravisCI
7
-#git remote rm origin
+git remote rm origin
8
9
#Add Remote with Secure Key
10
-#git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
+git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
11
12
-local remote=origin
13
-if [[ $GH_TOKEN ]]; then
14
- remote=https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
15
-fi
+#local remote=origin
+#if [[ $GH_TOKEN ]]; then
+# remote=https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
+#fi
16
17
#List Remotes ONLY DURING testing - do not do this on live repo / possible key leak
18
#git remote -v
0 commit comments