add artifacts in ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-05-26 14:19:19 +02:00
parent 957e3ed211
commit 667643445b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,7 +3,13 @@ pipeline:
image: golang:1.19
commands:
- go test -v
build:
image: golang:1.19
commands:
- go build
- ART=/artifacts/deblan/capture
- test -d $ART || mkdir $ART
- cp capture $ART/capture-${CI_COMMIT_SHA:0:8}
volumes:
- /var/www/html/artifacts:/artifacts