Skip to content

Commit

Permalink
Don't deploy major version (#1536)
Browse files Browse the repository at this point in the history
Since this is a support branch, we don't want it to override the assets for v1 when deployed

J=none
TEST=none
  • Loading branch information
cea2aj authored Aug 23, 2021
1 parent 18a0a8e commit c18505d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ jobs:
echo "export MAJOR_VERSION="$(echo "${CIRCLE_TAG}" | cut -d '.' -f 1)"" >> $BASH_ENV
- deploy-to-aws:
subdirectory: '/${MINOR_VERSION}'
- deploy-to-aws:
subdirectory: '/${MAJOR_VERSION}'
workflows:
version: 2
build_and_deploy:
Expand Down

0 comments on commit c18505d

Please sign in to comment.