This repository was archived by the owner on Oct 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ workflows:
128128 test-and-deploy-image-for-commit :
129129 jobs :
130130 - test :
131- context : quay-push-credentials
132- filters :
133- branches :
134- ignore : /master/
131+ context : quay-push-credentials
132+ filters :
133+ branches :
134+ ignore : /master/
135135 - build-image :
136- filters :
137- branches :
138- ignore : /master/
136+ filters :
137+ branches :
138+ ignore : /master/
139139 - deploy-image :
140140 context : media
141141 requires :
@@ -146,25 +146,25 @@ workflows:
146146 test-and-deploy-image-for-tag :
147147 jobs :
148148 - test :
149- context : quay-push-credentials
150- filters :
151- tags :
152- only : /.+/
153- branches :
154- ignore : /.*/
149+ context : quay-push-credentials
150+ filters :
151+ tags :
152+ only : /.+/
153+ branches :
154+ ignore : /.*/
155155 - build-image :
156- filters :
157- tags :
158- only : /.+/
159- branches :
160- ignore : /.*/
156+ filters :
157+ tags :
158+ only : /.+/
159+ branches :
160+ ignore : /.*/
161161 - deploy-image :
162- context : media
163- requires :
164- - test
165- - build-image
166- filters :
167- tags :
168- only : /.+/
169- branches :
170- ignore : /.*/
162+ context : media
163+ requires :
164+ - test
165+ - build-image
166+ filters :
167+ tags :
168+ only : /.+/
169+ branches :
170+ ignore : /.*/
You can’t perform that action at this time.
0 commit comments