Skip to content

Commit 5f735a6

Browse files
sdarwinlouistatta
authored andcommitted
CircleCI: sequential job processing
1 parent e8a1a80 commit 5f735a6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
version: 2
1+
version: 2.1
2+
orbs:
3+
queue: eddiewebb/queue@volatile
24
jobs:
35
test:
46
docker:
57
- image: circleci/ruby:2.4-node-browsers-legacy
68
steps:
9+
- queue/until_front_of_line:
10+
block-workflow: true
11+
max-wait-time: '60'
12+
my-pipeline: << pipeline.number >>
713
- checkout
814
- run: |
915
bundle install
@@ -28,7 +34,7 @@ jobs:
2834
git commit --allow-empty -m "$(git log develop -1 --pretty=%B)"
2935
git push -f origin HEAD:master
3036
workflows:
31-
version: 2
37+
version: 2.1
3238
build_and_deploy:
3339
jobs:
3440
- test:

0 commit comments

Comments
 (0)