Skip to content

Commit 5de8b36

Browse files
Excavator: Adds the circle-all CircleCI job to repositories that do not have it
1 parent b7e0458 commit 5de8b36

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ jobs:
108108
- run: ./scripts/authenticateNpm.sh
109109
- run: ./scripts/publishSnapshot.sh
110110
- persist_to_workspace: *persist_to_workspace
111+
circle-all:
112+
docker:
113+
- image: busybox:1.34.1
114+
resource_class: small
115+
steps:
116+
- run:
117+
command: echo "All required jobs finished successfully"
111118

112119
workflows:
113120
version: 2
@@ -135,3 +142,12 @@ workflows:
135142
filters:
136143
branches:
137144
only: develop
145+
- circle-all:
146+
requires:
147+
- test
148+
- install
149+
- dist
150+
- demo
151+
filters:
152+
tags:
153+
only: /.*/

0 commit comments

Comments
 (0)