From ee08a8ea80d368354a02cd1843cbbb9d141c5cf9 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Wed, 22 Jan 2025 15:55:46 +0000 Subject: [PATCH] Excavator: Adds the circle-all CircleCI job to repositories that do not have it --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3516dbd..8de779e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,6 +34,13 @@ jobs: - save_cache: key: 'gradle-wrapper-v2-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}' paths: [ ~/.gradle/wrapper ] + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: version: 2 @@ -43,3 +50,9 @@ workflows: filters: tags: only: /.*/ + - circle-all: + requires: + - build + filters: + tags: + only: /.*/