Skip to content
Snippets Groups Projects
Commit 30e7b08d authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

exports

parent 671d8b51
Branches
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ retag_branches:
GIT_STRATEGY: "none"
before_script:
- test -f gl-auto-build-variables.env && source gl-auto-build-variables.env
- test -z "${CI_APPLICATION_TAG}" || export CI_APPLICATION_TAG="${CI_APPLICATION_TAG}"
- CI_APPLICATION_TAG_NEW="${CI_APPLICATION_TAG%@*}" export REGISTRY_TAG_NEW="${CI_APPLICATION_TAG_NEW:-$CI_COMMIT_SHA}-$(date -u +%s)"
- export CI_APPLICATION_TAG="${CI_APPLICATION_TAG:-$CI_COMMIT_SHA}"
- export REGISTRY_TAG_NEW="${CI_APPLICATION_TAG%@*}-$(date -u +%s)"
script:
- sh /entrypoint.sh
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment