File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ 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
15
echo " Third Check of Remote After Adding it"
16
- ls -l $TRAVIS_BUILD_DIR /.git/FETCH_HEAD
17
16
ls -la $TRAVIS_BUILD_DIR
18
17
ls -la $TRAVIS_BUILD_DIR /.git
19
18
git fetch origin master
@@ -22,8 +21,8 @@ echo "Check permissions on git HEAD / get dir listing of travis build dir"
22
21
git config --global user.email " ${GIT_EMAIL} "
23
22
git config --global user.name " ${GIT_NAME} "
24
23
git config --global push.default simple
25
- export GIT_TAG=V2.$YEAR -$MONTH .$TRAVIS_BUILD_NUMBER
26
- msg=" Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
24
+ # export GIT_TAG=V2.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
25
+ # msg="Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
27
26
# echo "$msg" >> $TRAVIS_BUILD_DIR/build.txt
28
27
sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
29
28
# sudo git add $TRAVIS_BUILD_DIR/globalblacklist.conf
You can’t perform that action at this time.
0 commit comments