Skip to content

Commit 845cd5c

Browse files
Excavator: Adds the circle-all CircleCI job to repositories that do not have it
1 parent 2982b42 commit 845cd5c

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
@@ -39,6 +39,13 @@ jobs:
3939
steps:
4040
- checkout
4141
- run: ./scripts/circle/pypi.sh
42+
circle-all:
43+
docker:
44+
- image: busybox:1.34.1
45+
resource_class: small
46+
steps:
47+
- run:
48+
command: echo "All required jobs finished successfully"
4249

4350

4451
workflows:
@@ -58,3 +65,10 @@ workflows:
5865
requires:
5966
- python2-test
6067
- python3-test
68+
- circle-all:
69+
requires:
70+
- python3-test
71+
- python2-test
72+
filters:
73+
tags:
74+
only: /.*/

0 commit comments

Comments
 (0)