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
5
5
# sudo whoami
6
6
# sudo chown root:root -R $TRAVIS_BUILD_DIR
7
7
git remote -v
8
- echo " First check of remote"
8
+ # echo "First check of remote"
9
9
git remote rm origin
10
- echo " Try removing remote"
10
+ # echo "Try removing remote"
11
11
git remote -v
12
- echo " Second check of remote"
12
+ # echo "Second check of remote"
13
13
git remote add origin https://${GH_TOKEN} @github.com/${TRAVIS_REPO_SLUG} .git
14
14
git 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
19
19
# 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"
22
22
git config --global user.email " ${GIT_EMAIL} "
23
23
git config --global user.name " ${GIT_NAME} "
24
24
git 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}"
8
8
git config --global user.name " ${GIT_NAME} "
9
9
git config --global push.default simple
10
10
# sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
11
- git fetch --tags
11
+ # git fetch --tags
12
12
msg=" Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
13
13
# if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
14
14
sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
You can’t perform that action at this time.
0 commit comments