Skip to content

Commit

Permalink
Change git push behavior to current
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Jul 13, 2017
1 parent f7d6acf commit 7f71532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -25,4 +25,4 @@ deployment:
- upload-github-release-assets bin/*
# Generate the latest README it in the root folder and commit it to master
- bin/boilerplate_linux_amd64 --template-folder _docs --output-folder . --non-interactive --var Version=$CIRCLE_TAG
- git-add-commit-push --path README.md --message "Automatically regenerate README for version $CIRCLE_TAG" --branch-name master
- git-add-commit-push --path README.md --message "Automatically regenerate README for version $CIRCLE_TAG" --branch-name master --git-push-behavior current

0 comments on commit 7f71532

Please sign in to comment.