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]
Comments
Post a Comment