Fix artifact configuration

This commit is contained in:
Tanguy Herbron 2021-11-10 15:35:06 +01:00
parent 56a74715a7
commit 02bfc4a993

View File

@ -14,8 +14,9 @@ fetch-versions:
- "GITLAB_VER=$(git tag | sort -V | grep ce | tail -1 | cut -d '+' -f1)"
- if [ $HALIA_VER != $GITLAB_VER ]; then echo "export NEED_UPDATE=true" > ../.env.update; fi
artifacts:
reports:
dotenv: .env.update
paths:
- .env.update
expire_in: 1 week
build-image:
image: docker:latest