Skip to content

Commit

Permalink
ci(cicleci): fake sequential with sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pau committed Jul 28, 2019
1 parent a4ca832 commit f8a61e3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,13 @@ jobs:
name: Report code coverage to Code Climate After
command: |
./cc-test-reporter after-build --exit-code $? || true
wait_builds:
<<: *node_8
steps:
- run:
name: Noop
command: |
echo "No Operation"
deploy:
working_directory: ~/project_12
<<: *node_12
steps:
- attach_workspace:
at: .
- run: sleep 60;
- run: npx semantic-release

workflows:
Expand Down Expand Up @@ -213,16 +207,11 @@ workflows:
- code_cov_after:
requires:
- build_12
- wait_builds:
requires:
- build_8
- build_10
- build_12
- code_cov_after
- deploy:
filters:
branches:
only:
- master
requires:
- wait_builds
- build_12
- code_cov_after

0 comments on commit f8a61e3

Please sign in to comment.