ci(runner): fix script

This commit is contained in:
Denis Gukov 2024-10-15 06:59:11 +00:00
parent cf584776a4
commit 2f7c25b245

View File

@ -23,7 +23,7 @@ fi
echoerr "Starting semaphore runner"
if test "$#" -ne 1; then
exec /usr/local/bin/semaphore runner start --no-config"
exec /usr/local/bin/semaphore runner start --no-config
else
exec "$@"
fi