We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a86a73 commit 7dba623Copy full SHA for 7dba623
use-ci-fix.sh
@@ -3,5 +3,4 @@ set -e
3
FIX_BRANCH="$(git branch --show-current)-ci-fix"
4
git fetch origin $FIX_BRANCH
5
git merge origin/$FIX_BRANCH
6
-git branch -D $FIX_BRANCH
7
git push origin --delete $FIX_BRANCH
0 commit comments