File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ cd $TRAVIS_BUILD_DIR
7
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
+ git fetch origin master
11
+ git diff origin/master
10
12
# git branch
11
13
# git checkout $TRAVIS_BRANCH
12
14
# git branch
@@ -20,7 +22,7 @@ git add $TRAVIS_BUILD_DIR/globalblacklist.conf
20
22
# git add .
21
23
# git add $TRAVIS_BUILD_DIR/build.txt
22
24
export GIT_TAG=V2.$YEAR -$MONTH .$TRAVIS_BUILD_NUMBER
23
- git tag detached-commit -f
25
+ # git tag detached-commit -f
24
26
git tag $GIT_TAG -a -m " Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
25
27
# git commit -am "Update build version file $GIT_TAG with $TRAVIS_BUILD_NUMBER"
26
28
sudo git push origin master && git push origin master --tags
You can’t perform that action at this time.
0 commit comments