Skip to content

Commit

Permalink
Make the build-docker-image step take approval
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Oct 27, 2019
1 parent 6227a1d commit 8de1fa3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ workflows:
- frontend-e2e-tests:
requires:
- frontend-lint
- build-docker-image:
- hold:
type: approval
requires:
- backend-unit-tests
- frontend-unit-tests
Expand All @@ -126,3 +127,6 @@ workflows:
- master
- preview-image
- /release\/.*/
- build-docker-image:
requires:
- hold

0 comments on commit 8de1fa3

Please sign in to comment.