Skip to content

Commit 894c50f

Browse files
fix adding remote for push
1 parent 7bc35a0 commit 894c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/changefile.sh

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)