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 (#137)
  • Loading branch information
svc-excavator-bot authored Sep 20, 2024
1 parent 6fd8dd7 commit e51d0b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
- *restore-gradle-wrapper-cache
- *restore-gradle-cache
- run: ./gradlew publish --stacktrace
circle-all:
docker:
- image: busybox:1.34.1
resource_class: small
steps:
- run:
command: echo "All required jobs finished successfully"

workflows:
version: 2
Expand All @@ -99,3 +106,10 @@ workflows:
filters:
tags: { only: "/[0-9]+(\\.[0-9]+)*/" }
branches: { ignore: "/.*/" }
- circle-all:
requires:
- integration-test
- build
filters:
tags:
only: /.*/

0 comments on commit e51d0b3

Please sign in to comment.