Created
April 5, 2019 15:21
-
-
Save toantran-ea/009e9090190fa0d2f2da65a0c94269f8 to your computer and use it in GitHub Desktop.
/etc/gitlab-runner/config.toml
This file contains hidden or 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
concurrent = 1 | |
check_interval = 0 | |
[session_server] | |
session_timeout = 1800 | |
[[runners]] | |
name = "My runner description" | |
url = "https://mygitlab.domain/" | |
token = "my-gitlab-runner-token" | |
executor = "shell" | |
environment = ["ANDROID_HOME=/home/gitlab-runner"] | |
[runners.cache] | |
[runners.cache.s3] | |
[runners.cache.gcs] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment