We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1394541 commit 2eec21aCopy full SHA for 2eec21a
please
@@ -260,6 +260,7 @@ trigger before-all
260
if [ -z "$TRAVIS" ] || [ "$DEPLOY_BRANCH" == "$TRAVIS_BRANCH" ]; then
261
info "Updating $DEPLOY_BRANCH ..."
262
[[ $NOSYNC -eq 0 ]] && qgit stash && qgit checkout $DEPLOY_BRANCH && qgit fetch --tags && qgit pull origin $DEPLOY_BRANCH --rebase
263
+ qgit checkout $DEPLOY_BRANCH # for NOSYNC=1
264
ok
265
else
266
info "Skip release"
0 commit comments