Skip to content

Commit 96a2505

Browse files
committed
Deleting a branch that does not exist does not work (we should never download the ref anyway)
1 parent dcf2fa9 commit 96a2505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/update-experimental-branches.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ async function main() {
7171
// Return to `master` and make a new `experimental` branch
7272
runSequence([
7373
["git", ["checkout", "master"]],
74-
["git", ["branch", "-D", "experimental"]],
7574
["git", ["checkout", "-b", "experimental"]],
7675
]);
7776

0 commit comments

Comments
 (0)