I have project on company Gitlab. Project is for iOS platform so my node for building project is Mac Mini with OS Sierra.
Runner works great - connecting etc works. But when I try to run pipeline I get message on node like on picture. This alert appear when gitlab runner wants to checkout code.
I checked in KeychainAccess that git-credential-osxkeychain app have access to password for gitlab on login keychain.
How to fix that and disable dialog for keychain password?
config.toml file:
concurrent = 1
check_interval = 0
[[runners]]
name = "Mac mini runner"
url = "URLtoMyGitLab"
token = "token"
executor = "shell"
[runners.cache]