Skip to content

Commit

Permalink
ci: change runner config location
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Sep 13, 2023
1 parent b829285 commit e21ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/common/runner-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit e21ba92

Please sign in to comment.