update ci configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-05-26 17:13:28 +02:00
parent 9fef304bab
commit 12a3e66061
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -14,7 +14,7 @@ pipeline:
- ART=/artifacts/deblan/capture
- test -d $ART || mkdir $ART
- cp capture $ART/capture-latest
- TAG=${CI_COMMIT_TAG}
- test -n $TAG && cp capture $ART/capture-$TAG || true
- tAG="${CI_COMMIT_TAG}"
- test -n "$TAG" && "cp -v capture $ART/capture-$TAG" || true
volumes:
- /var/www/html/artifacts:/artifacts