Skip to content

Commit 7dba623

Browse files
committed
fix script again
1 parent 7a86a73 commit 7dba623

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

use-ci-fix.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ set -e
33
FIX_BRANCH="$(git branch --show-current)-ci-fix"
44
git fetch origin $FIX_BRANCH
55
git merge origin/$FIX_BRANCH
6-
git branch -D $FIX_BRANCH
76
git push origin --delete $FIX_BRANCH

0 commit comments

Comments
 (0)