Skip to content

Instantly share code, notes, and snippets.

@toantran-ea
Created April 5, 2019 15:21
Show Gist options
  • Save toantran-ea/009e9090190fa0d2f2da65a0c94269f8 to your computer and use it in GitHub Desktop.
Save toantran-ea/009e9090190fa0d2f2da65a0c94269f8 to your computer and use it in GitHub Desktop.
/etc/gitlab-runner/config.toml
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