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

keychain attempt

parent e1c30903
No related branches found
No related tags found
No related merge requests found
Pipeline #9185 passed
......@@ -13,6 +13,7 @@
script:
- TAG_PREFIX="${TAG_PREFIX}${MACOS_RELEASE}-"
- security delete-keychain insecure || true
- security create-keychain -p insecure insecure
- security default-keychain -s insecure
- security unlock-keychain -p insecure insecure
......@@ -38,7 +39,6 @@
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
......
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