buildbot-scripts/docker/bionic/entrypoint.sh

10 lines
249 B
Bash
Raw Normal View History

#!/bin/bash
2024-03-03 12:18:34 +00:00
buildbot-worker create-worker /var/lib/buildbot/workers/default --connection-string "$1" "$2" "$3"
2024-03-03 12:18:34 +00:00
unset CONNECTIONSTRING WORKERNAME WORKERPASS
cd /var/lib/buildbot/workers/default
/usr/bin/dumb-init buildbot-worker start --nodaemon