Fix artifact configuration
This commit is contained in:
parent
56a74715a7
commit
02bfc4a993
@ -14,8 +14,9 @@ fetch-versions:
|
|||||||
- "GITLAB_VER=$(git tag | sort -V | grep ce | tail -1 | cut -d '+' -f1)"
|
- "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
|
- if [ $HALIA_VER != $GITLAB_VER ]; then echo "export NEED_UPDATE=true" > ../.env.update; fi
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
paths:
|
||||||
dotenv: .env.update
|
- .env.update
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
Reference in New Issue
Block a user