mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci(runners): fix config
This commit is contained in:
parent
b803c9b34f
commit
7285dae884
@ -24,12 +24,12 @@ if [ ! -f "${SEMAPHORE_CONFIG_PATH}/config.json" ]; then
|
||||
"registration_token": "${SEMAPHORE_REGISTRATION_TOKEN}",
|
||||
"config_file": "${SEMAPHORE_RUNNER_CONFIG_FILE}",
|
||||
"api_url": "${SEMAPHORE_API_URL}",
|
||||
"one_off": "${SEMAPHORE_RUNNER_ONE_OFF}
|
||||
"one_off": ${SEMAPHORE_RUNNER_ONE_OFF}
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
echoerr "Run Semaphore with semaphore --config ${SEMAPHORE_CONFIG_PATH}/config.json"
|
||||
echoerr "Run Semaphore with semaphore runner --config ${SEMAPHORE_CONFIG_PATH}/config.json"
|
||||
fi
|
||||
|
||||
# run our command
|
||||
|
Loading…
Reference in New Issue
Block a user