File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ cd $TRAVIS_BUILD_DIR
55# sudo whoami
66# sudo chown root:root -R $TRAVIS_BUILD_DIR
77git remote -v
8- echo " First check of remote"
8+ # echo "First check of remote"
99git remote rm origin
10- echo " Try removing remote"
10+ # echo "Try removing remote"
1111git remote -v
12- echo " Second check of remote"
12+ # echo "Second check of remote"
1313git remote add origin https://${GH_TOKEN} @github.com/${TRAVIS_REPO_SLUG} .git
1414git remote -v
15- echo " Third Check of Remote After Adding it"
16- ls -la $TRAVIS_BUILD_DIR
17- ls -la $TRAVIS_BUILD_DIR /.git
18- # git fetch origin master
15+ # echo "Third Check of Remote After Adding it"
16+ # ls -la $TRAVIS_BUILD_DIR
17+ # ls -la $TRAVIS_BUILD_DIR/.git
18+ git fetch origin master
1919# git pull origin master
20- ls -la $TRAVIS_BUILD_DIR /.git
21- echo " Check permissions on git HEAD / get dir listing of travis build dir"
20+ # ls -la $TRAVIS_BUILD_DIR/.git
21+ # echo "Check permissions on git HEAD / get dir listing of travis build dir"
2222git config --global user.email " ${GIT_EMAIL} "
2323git config --global user.name " ${GIT_NAME} "
2424git config --global push.default simple
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ git config --global user.email "${GIT_EMAIL}"
88git config --global user.name " ${GIT_NAME} "
99git config --global push.default simple
1010# sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
11- git fetch --tags
11+ # git fetch --tags
1212msg=" Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
1313# if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
1414sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
You can’t perform that action at this time.
0 commit comments