update ci configuration

This commit is contained in:
Simon Vieille 2023-05-26 17:01:39 +02:00
parent 7247b9658e
commit b013a59df4
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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