ci(runners): fix config

This commit is contained in:
Denis Gukov 2023-09-13 22:05:52 +02:00
parent b803c9b34f
commit 7285dae884

View File

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