File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ git remote rm origin
1010# echo "Try removing remote"
1111git remote -v
1212# echo "Second check of remote"
13- git remote add origin https://${GH_TOKEN} @github.com/${TRAVIS_REPO_SLUG} .git
13+ # git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
1414git remote -v
1515# echo "Third Check of Remote After Adding it"
1616# ls -la $TRAVIS_BUILD_DIR
@@ -29,7 +29,7 @@ git checkout master
2929sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
3030sudo chown travis:travis $TRAVIS_BUILD_DIR /globalblacklist.conf
3131git add $TRAVIS_BUILD_DIR /globalblacklist.conf
32- git commit -am " Version: V3.$YEAR .$MONTH .$TRAVIS_BUILD_NUMBER [ci skip]"
32+ git commit -am " V3.$YEAR .$MONTH .$TRAVIS_BUILD_NUMBER [ci skip]"
3333# git add -A .
3434# git add $TRAVIS_BUILD_DIR/build.txt
3535# git commit -m "Update build version file with $TRAVIS_BUILD_NUMBER"
You can’t perform that action at this time.
0 commit comments