update ci configuration

This commit is contained in:
Simon Vieille 2023-05-26 16:52:58 +02:00
parent fcfc38db63
commit ff6750aa5b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -16,6 +16,6 @@ pipeline:
- ART=/artifacts/deblan/capture
- test -d $ART || mkdir $ART
- cp capture $ART/capture-latest
- test -z $TAG && cp capture $ART/capture-$TAG || true
- test -z "${CI_COMMIT_TAG}" && cp capture "$ART/capture-${CI_COMMIT_TAG}" || true
volumes:
- /var/www/html/artifacts:/artifacts