build: circleci: quickcheck-docs: upload artifacts

This commit is contained in:
Christian Schwarz 2020-09-06 17:27:49 +02:00
parent 98207c904d
commit 2ba6aabd4a

View File

@ -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: