Skip to content

Commit

Permalink
Add taskcluster proxy to react ui publish task (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jul 15, 2019
1 parent 9387f60 commit 6f73af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ tasks:
- "/bin/bash"
- "-c"
- "apt-get -q --yes update && apt-get -q --yes install awscli && git clone $GITHUB_HEAD_REPO_URL balrog && cd balrog && git checkout $GITHUB_HEAD_BRANCH && cd react-ui && yarn install && bash ./scripts/deploy"
features:
taskclusterProxy: true
extra:
github:
env: true
Expand Down

0 comments on commit 6f73af3

Please sign in to comment.