We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4819e39 commit 6859da5Copy full SHA for 6859da5
.gitlab_ci/_templates.yml
@@ -52,6 +52,7 @@ variables:
52
services:
53
- docker:$DOCKER_VERSION-dind
54
script:
55
+ - echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com
56
# Remove the UTC offset, not supported by `date` in docker image (busybox)
57
- export CLEAN_DATETIME=$(echo "$CI_COMMIT_TIMESTAMP" | sed 's/+00:00//' | sed 's/Z//')
58
# Transform in unix timestamp
0 commit comments