mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci: change runner config location
This commit is contained in:
parent
b829285981
commit
e21ba92053
@ -18,7 +18,7 @@ if [ ! -f "/etc/semaphore/config.json" ]; then
|
||||
"tmp_path": "/data",
|
||||
"runner": {
|
||||
"registration_token": "${SEMAPHORE_REGISTRATION_TOKEN}",
|
||||
"config_file": "/data/runner.json",
|
||||
"config_file": "/etc/semaphore/runner.json",
|
||||
"api_url": "${SEMAPHORE_API_URL}",
|
||||
"one_off": "${SEMAPHORE_RUNNER_ONE_OFF}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user