osx - Gitlab CI can't fetch repo because keep asking for keychain password -


i have project on company gitlab. project ios platform node building project mac mini os sierra.

runner works great - connecting etc works. when try run pipeline message on node on picture. alert appear when gitlab runner wants checkout code.

i checked in keychainaccess git-credential-osxkeychain app have access password gitlab on login keychain.

how fix , disable dialog keychain password?

config.toml file:

concurrent = 1 check_interval = 0  [[runners]] name = "mac mini runner" url = "urltomygitlab" token = "token" executor = "shell" [runners.cache] 

git-credential-osxkeychain


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -