Skip to content

Commit e384291

Browse files
author
Sam Kleinman
committed
build: fix git command
1 parent d9be9cb commit e384291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pre:
1515
${venv}/pip install -r requirements.txt
1616
1717
# make the current branch always be master.
18-
git branch -Df master || true
18+
git branch -D master || true
1919
git checkout -b master origin/master
2020
2121
tasks:

0 commit comments

Comments
 (0)