mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 01:44:43 +01:00
build: circleci: quickcheck-docs: upload artifacts
This commit is contained in:
parent
98207c904d
commit
2ba6aabd4a
@ -223,6 +223,17 @@ jobs:
|
|||||||
- install-docdep
|
- install-docdep
|
||||||
- run: make docs
|
- 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:
|
quickcheck-go:
|
||||||
parameters:
|
parameters:
|
||||||
goversion:
|
goversion:
|
||||||
|
Loading…
Reference in New Issue
Block a user