update ci configuration

This commit is contained in:
Simon Vieille 2023-05-26 16:53:38 +02:00
parent ff6750aa5b
commit bb1cef5dbc
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 "${CI_COMMIT_TAG}" && cp capture "$ART/capture-${CI_COMMIT_TAG}" || true
- test -z ${CI_COMMIT_TAG} && cp capture $ART/capture-${CI_COMMIT_TAG} || true
volumes:
- /var/www/html/artifacts:/artifacts