Skip to content

Commit

Permalink
Excavator: Adds the circle-all CircleCI job to repositories that do n…
Browse files Browse the repository at this point in the history
…ot have it
  • Loading branch information
svc-excavator-bot committed Nov 1, 2024
1 parent b7e0458 commit 234def1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ jobs:
- run: ./scripts/authenticateNpm.sh
- run: ./scripts/publishSnapshot.sh
- persist_to_workspace: *persist_to_workspace
circle-all:
docker:
- image: busybox:1.34.1
resource_class: small
steps:
- run:
command: echo "All required jobs finished successfully"

workflows:
version: 2
Expand Down Expand Up @@ -135,3 +142,12 @@ workflows:
filters:
branches:
only: develop
- circle-all:
requires:
- test
- install
- dist
- demo
filters:
tags:
only: /.*/

0 comments on commit 234def1

Please sign in to comment.