Skip to content
Snippets Groups Projects
Verified Commit 5a683bc1 authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

Revert removal of var exports

We don't want to break backwards compatiblity.
parent caf9812d
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ variables: ...@@ -14,6 +14,8 @@ variables:
image: quay.io/sheogorath/build-ah-engine:2.0.0 image: quay.io/sheogorath/build-ah-engine:2.0.0
before_script: before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- export VCS_REF="$CI_COMMIT_SHA"
- export VCS_URL="$CI_PROJECT_URL"
- export BUILD_DATE="$(date --rfc-3339 ns)" - export BUILD_DATE="$(date --rfc-3339 ns)"
script: script:
- si-fix "${CI_REGISTRY_BUILD_DOCKERFILE:-./Dockerfile}" - si-fix "${CI_REGISTRY_BUILD_DOCKERFILE:-./Dockerfile}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment