Skip to content

Commit

Permalink
Use GITHUB_HEAD when tagging. (#461). r=jlorenzo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Jan 30, 2018
1 parent f3f9c17 commit 089903d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ tasks:
command:
- "/bin/bash"
- "-c"
- "git clone $GITHUB_BASE_REPO_URL balrog && cd balrog && git checkout $GITHUB_BASE_BRANCH && scripts/push-dockerimage.sh latest ${GITHUB_BASE_BRANCH}-${GITHUB_BASE_SHA}"
- "git clone $GITHUB_HEAD_REPO_URL balrog && cd balrog && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh latest ${GITHUB_HEAD_BRANCH}-${GITHUB_HEAD_SHA}"
extra:
github:
env: true
Expand Down Expand Up @@ -190,7 +190,7 @@ tasks:
command:
- "/bin/bash"
- "-c"
- "git clone $GITHUB_BASE_REPO_URL balrog && cd balrog/agent && git checkout $GITHUB_BASE_BRANCH && scripts/push-dockerimage.sh latest ${GITHUB_BASE_BRANCH}-${GITHUB_BASE_SHA}"
- "git clone $GITHUB_HEAD_REPO_URL balrog && cd balrog/agent && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh latest ${GITHUB_HEAD_BRANCH}-${GITHUB_HEAD_SHA}"
extra:
github:
env: true
Expand Down

0 comments on commit 089903d

Please sign in to comment.