Skip to content

Commit

Permalink
Rename gamma release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Maksimov committed Aug 12, 2020
1 parent e23d0f1 commit 877ecec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ jobs:
- run: ./docker/build/build-docker-gamma.sh
- run: ./.circleci/release-gamma-to-ecr.sh

release:
release-gamma:
machine:
image: ubuntu-1604:201903-01
steps:
- checkout
- run: ./.circleci/release.sh
- run: ./.circleci/release-gamma.sh

node_e2e:
machine:
Expand Down Expand Up @@ -227,9 +227,8 @@ workflows:
filters:
tags:
only: /^v.*/
- release:
- release-gamma:
requires:
- node_e2e
- gamma_e2e
filters:
tags:
Expand Down
File renamed without changes.

0 comments on commit 877ecec

Please sign in to comment.