File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ msg="Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
12
12
# if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
13
13
git tag $GIT_TAG -a -m " Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
14
14
sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
15
- # sudo git add $TRAVIS_BUILD_DIR/globalblacklist.conf
16
- git add -A .
15
+ sudo git add $TRAVIS_BUILD_DIR /globalblacklist.conf
16
+ # git add -A .
17
17
# git add $TRAVIS_BUILD_DIR/build.txt
18
- git commit -m " Update build version file with $TRAVIS_BUILD_NUMBER "
18
+ git commit -am " Update build version file with $TRAVIS_BUILD_NUMBER "
19
19
git push origin master && git push origin master --tags
20
20
ls -aR
21
+ cat $TRAVIS_BUILD_DIR /globalblacklist.conf
21
22
# else echo Tag already exists!; fi
22
23
23
24
# YEAR=$(date +"%Y")
You can’t perform that action at this time.
0 commit comments