ci: change runner config location

This commit is contained in:
Denis Gukov 2023-09-13 13:26:20 +02:00
parent b829285981
commit e21ba92053

View File

@ -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}
}