Skip to content

Commit

Permalink
Replace deprecated deploy step in CircleCI
Browse files Browse the repository at this point in the history
…anti-concurrency protection can be dropped since there is no parallelism in this workflow anyway
  • Loading branch information
ushkarev committed Jan 31, 2024
1 parent 305de8b commit c7ee9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
command: |
. /tmp/mtp-env.sh
docker logout ${ECR_REGISTRY}
- deploy:
- run:
name: Deploy to test
command: |
if [[ "${CIRCLE_BRANCH}" == "main" ]]; then
Expand Down

0 comments on commit c7ee9b2

Please sign in to comment.