Skip to content

Commit

Permalink
build: fix git command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Feb 26, 2015
1 parent d9be9cb commit e384291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pre:
${venv}/pip install -r requirements.txt
# make the current branch always be master.
git branch -Df master || true
git branch -D master || true
git checkout -b master origin/master
tasks:
Expand Down

0 comments on commit e384291

Please sign in to comment.