Skip to content

Commit

Permalink
simpler way of specifying git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hut8 committed Jan 31, 2016
1 parent 95219df commit 8fc25dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
tags:
- deploy
vars:
git_branch: "{{ GIT_BRANCH|default(master) }}"
git_branch: master
tasks:
- name: pull ghc repository
git: repo=ssh://[email protected]/tenex/github-contributions.git
Expand Down

0 comments on commit 8fc25dd

Please sign in to comment.