diff --git a/.circleci/config.yml b/.circleci/config.yml index fea89f1a..771cc158 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,12 @@ all-tags-filter: &all-tags-filter only: /.*/ jobs: + circle-all: + docker: [{ image: 'busybox:1.36.1@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74' }] + resource_class: small + steps: + - run: {command: echo "All required jobs finished successfully"} + publish: <<: *working_directory docker: [{ image: openjdk:11 }] @@ -61,6 +67,9 @@ workflows: <<: *homepath <<: *gopath <<: *all-tags-filter + - circle-all: + requires: [verify, test, dist] + <<: *all-tags-filter - publish: requires: [verify, test, dist] filters: