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

try to set up a temporary keychain...

parent d0f9824d
No related branches found
No related tags found
No related merge requests found
Pipeline #9143 canceled
.template-macos:
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
#image: ghcr.io/cirruslabs/macos-sequoia-base:latest
tags:
- cgg
- macos
......@@ -13,7 +13,9 @@
script:
- TAG_PREFIX="${TAG_PREFIX}${MACOS_RELEASE}-"
- tart --version
- security create-keychain -p insecure insecure
- security default-keychain -s insecure
- security unlock-keychain -p insecure insecure
- 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}"
......@@ -36,6 +38,8 @@
after_script:
# Workaround for https://gitlab.com/gitlab-org/gitlab-foss/-/issues/40925
- tart logout "${CI_REGISTRY}"
- security default-keychain -s "${HOME}/Library/Keychains/login.keychain-db"
- security delete-keychain insecure
sonoma:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment