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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -