From 5de8b36e2c24da9265adafee72b08382b6c1d97f Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Fri, 22 Nov 2024 17:07:16 +0000 Subject: [PATCH] Excavator: Adds the circle-all CircleCI job to repositories that do not have it --- .circleci/config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a852b3fd2..4c72b76ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -135,3 +142,12 @@ workflows: filters: branches: only: develop + - circle-all: + requires: + - test + - install + - dist + - demo + filters: + tags: + only: /.*/