Skip to content

Commit 3411e81

Browse files
Excavator: Adds the circle-all CircleCI job to repositories that do not have it
1 parent 8723841 commit 3411e81

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
steps:
3737
- checkout
3838
- run: ./scripts/circle/pypi.sh
39+
circle-all:
40+
docker:
41+
- image: busybox:1.34.1
42+
resource_class: small
43+
steps:
44+
- run:
45+
command: echo "All required jobs finished successfully"
3946

4047

4148
workflows:
@@ -55,3 +62,10 @@ workflows:
5562
requires:
5663
- python2-test
5764
- python3-test
65+
- circle-all:
66+
requires:
67+
- python3-test
68+
- python2-test
69+
filters:
70+
tags:
71+
only: /.*/

0 commit comments

Comments
 (0)