-
-
Save Memphizzz/5d1be5eb876080b18cc5e089eaf0df6e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time="2018-09-28T13:21:55+02:00" level=warning msg="Checking for jobs... failed" runner=61bc41d3 status="couldn't execute POST against https://server.domain.local/api/v4/jobs/request: Post https://server.domain.local/api/v4/jobs/request: x509: certificate signed by unknown authority" | |
concurrent = 1 | |
check_interval = 0 | |
[session_server] | |
session_timeout = 1800 | |
[[runners]] | |
name = "RUNNER01" | |
url = "https://server.domain.local" | |
token = "61bc41d36da6333da2af9c391884a3" | |
tls-ca-file = "cacert.pem" | |
environment = ["GIT_SSL_NO_VERIFY=true"] | |
executor = "shell" | |
[runners.cache] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment