Skip to content

Commit

Permalink
ci(runner): fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 15, 2024
1 parent cf58477 commit 2f7c25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/runner/runner-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f7c25b

Please sign in to comment.