Skip to content

Commit

Permalink
Fix permissions on UI deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jul 15, 2019
1 parent 3daa34c commit a8821de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ tasks:
command:
- "/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 && ./scripts/deploy"
- "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"
extra:
github:
env: true
Expand Down
Empty file modified react-ui/scripts/deploy
100644 → 100755
Empty file.

0 comments on commit a8821de

Please sign in to comment.