Skip to content
Snippets Groups Projects
Commit 1bfca0f5 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

login/logout

parent e32308d3
Branches
No related tags found
No related merge requests found
Pipeline #9141 failed
......@@ -14,7 +14,7 @@
script:
- TAG_PREFIX="${TAG_PREFIX}${MACOS_RELEASE}-"
- tart --version
- echo -n "${CI_JOB_TOKEN}" | tart login -u gitlab-ci-token --password-stdin $CI_REGISTRY
- echo -n "${CI_JOB_TOKEN}" | tart login "${CI_REGISTRY}"--username gitlab-ci-token --password-stdin
# - tart clone
# - TAG="${CI_REGISTRY_IMAGE}:${TAG_PREFIX}${CI_COMMIT_SHA}"
# - TAG_LATEST="${CI_REGISTRY_IMAGE}:${TAG_PREFIX}latest"
......@@ -35,7 +35,7 @@
after_script:
# Workaround for https://gitlab.com/gitlab-org/gitlab-foss/-/issues/40925
- tart logout ${CI_REGISTRY}
- tart logout "${CI_REGISTRY}"
sonoma:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment