Skip to content

Commit 8de1fa3

Browse files
committed
Make the build-docker-image step take approval
1 parent 6227a1d commit 8de1fa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ workflows:
115115
- frontend-e2e-tests:
116116
requires:
117117
- frontend-lint
118-
- build-docker-image:
118+
- hold:
119+
type: approval
119120
requires:
120121
- backend-unit-tests
121122
- frontend-unit-tests
@@ -126,3 +127,6 @@ workflows:
126127
- master
127128
- preview-image
128129
- /release\/.*/
130+
- build-docker-image:
131+
requires:
132+
- hold

0 commit comments

Comments
 (0)