Skip to content

Commit

Permalink
Update docker/buildworker/files/start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar authored Oct 29, 2024
1 parent 4f37f8a commit a9511f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/buildworker/files/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rm -f /builder/buildbot.tac
/opt/venv/bin/buildbot-worker create-worker \
--force \
--umask="0o22" \
--connection-string="${BUILDWORKER_TLS:+SSL:}$BUILDWORKER_MASTER" \
${BUILDWORKER_TLS:+--connection-string="SSL:$BUILDWORKER_MASTER"} \
/builder \
"$BUILDWORKER_MASTER" \
"$BUILDWORKER_NAME" \
Expand Down

0 comments on commit a9511f1

Please sign in to comment.