Skip to content

Commit 7bc35a0

Browse files
change commit message / try not setting remote (possible key leak)
1 parent d6d627c commit 7bc35a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-ci/changefile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git remote rm origin
1010
#echo "Try removing remote"
1111
git 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
1414
git remote -v
1515
#echo "Third Check of Remote After Adding it"
1616
#ls -la $TRAVIS_BUILD_DIR
@@ -29,7 +29,7 @@ git checkout master
2929
sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
3030
sudo chown travis:travis $TRAVIS_BUILD_DIR/globalblacklist.conf
3131
git 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"

0 commit comments

Comments
 (0)