From 2ba6aabd4a6b2503ff92a849cd874ffa68a9956e Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 6 Sep 2020 17:27:49 +0200 Subject: [PATCH] build: circleci: quickcheck-docs: upload artifacts --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f510ab6..e73a002 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -223,6 +223,17 @@ jobs: - install-docdep - run: make docs + - store_artifacts: + path: artifacts + - download-and-install-minio-client + - upload-minio: + src: artifacts + dst: "" + - set-github-minio-status: + context: artifacts/${CIRCLE_JOB} + description: artifacts of CI job ${CIRCLE_JOB} + minio-dst: "" + quickcheck-go: parameters: goversion: