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 @@ -18,11 +18,12 @@ sudo chown travis:travis $TRAVIS_BUILD_DIR/globalblacklist.conf
18
18
git add $TRAVIS_BUILD_DIR /globalblacklist.conf
19
19
# git add .
20
20
# git add $TRAVIS_BUILD_DIR/build.txt
21
- sudo git commit -am " Update build version file with $TRAVIS_BUILD_NUMBER "
22
- sudo git push origin master -f && git push origin master --tags -f
21
+ git commit -am " Update build version file with $TRAVIS_BUILD_NUMBER "
22
+ # sudo git push origin master -f && git push origin master --tags -f
23
+ git push https://${GH_TOKEN} @github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --all
23
24
ls -aR
24
25
# cat $TRAVIS_BUILD_DIR/globalblacklist.conf
25
- ls -la $TRAVIS_BUILD_DIR
26
+ # ls -la $TRAVIS_BUILD_DIR
26
27
# git branch -a
27
28
# echo $TRAVIS_BRANCH
28
29
# else echo Tag already exists!; fi
You can’t perform that action at this time.
0 commit comments