diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 864dd46..ad07c93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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