Skip to content

Commit

Permalink
Add boostrap step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronxsu committed May 13, 2022
1 parent 695dab4 commit c2b2fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: "us-east-1"

- run: ./scripts/bootstrap
if: github.ref != 'refs/heads/master'
env:
ECHOLOCATOR_SETTINGS_BUCKET: echo-locator-stgdjango-config-us-east-1

- run: ./scripts/cibuild

################################
Expand Down

0 comments on commit c2b2fd6

Please sign in to comment.