Skip to content

Commit ec65098

Browse files
see if our -f forces pushing the detached head
1 parent c7e8019 commit ec65098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-ci/deploy2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sudo git push origin master -f && git push origin master --tags -f
2323
ls -aR
2424
#cat $TRAVIS_BUILD_DIR/globalblacklist.conf
2525
ls -la $TRAVIS_BUILD_DIR
26-
git branch -a
27-
echo $TRAVIS_BRANCH
26+
#git branch -a
27+
#echo $TRAVIS_BRANCH
2828
#else echo Tag already exists!; fi
2929

3030
#YEAR=$(date +"%Y")

0 commit comments

Comments
 (0)