mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
ci(runner): fix script
This commit is contained in:
parent
cf584776a4
commit
2f7c25b245
@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
echoerr "Starting semaphore runner"
|
echoerr "Starting semaphore runner"
|
||||||
if test "$#" -ne 1; then
|
if test "$#" -ne 1; then
|
||||||
exec /usr/local/bin/semaphore runner start --no-config"
|
exec /usr/local/bin/semaphore runner start --no-config
|
||||||
else
|
else
|
||||||
exec "$@"
|
exec "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user