Skip to content

Commit f8a61e3

Browse files
author
Luca Pau
committed
ci(cicleci): fake sequential with sleep
1 parent a4ca832 commit f8a61e3

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.circleci/config.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,13 @@ jobs:
155155
name: Report code coverage to Code Climate After
156156
command: |
157157
./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"
165158
deploy:
166159
working_directory: ~/project_12
167160
<<: *node_12
168161
steps:
169162
- attach_workspace:
170163
at: .
164+
- run: sleep 60;
171165
- run: npx semantic-release
172166

173167
workflows:
@@ -213,16 +207,11 @@ workflows:
213207
- code_cov_after:
214208
requires:
215209
- build_12
216-
- wait_builds:
217-
requires:
218-
- build_8
219-
- build_10
220-
- build_12
221-
- code_cov_after
222210
- deploy:
223211
filters:
224212
branches:
225213
only:
226214
- master
227215
requires:
228-
- wait_builds
216+
- build_12
217+
- code_cov_after

0 commit comments

Comments
 (0)