File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -155,19 +155,13 @@ jobs:
155
155
name : Report code coverage to Code Climate After
156
156
command : |
157
157
./cc-test-reporter after-build --exit-code $? || true
158
- wait_builds :
159
- << : *node_8
160
- steps :
161
- - run :
162
- name : Noop
163
- command : |
164
- echo "No Operation"
165
158
deploy :
166
159
working_directory : ~/project_12
167
160
<< : *node_12
168
161
steps :
169
162
- attach_workspace :
170
163
at : .
164
+ - run : sleep 60;
171
165
- run : npx semantic-release
172
166
173
167
workflows :
@@ -213,16 +207,11 @@ workflows:
213
207
- code_cov_after :
214
208
requires :
215
209
- build_12
216
- - wait_builds :
217
- requires :
218
- - build_8
219
- - build_10
220
- - build_12
221
- - code_cov_after
222
210
- deploy :
223
211
filters :
224
212
branches :
225
213
only :
226
214
- master
227
215
requires :
228
- - wait_builds
216
+ - build_12
217
+ - code_cov_after
You can’t perform that action at this time.
0 commit comments