forked from Bitmessage/buildbot-scripts
fix: Don't expose sensitive data to buildbot jobs
This commit is contained in:
parent
e868f30d8a
commit
bd1cee60e3
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
buildbot-worker create-worker /var/lib/buildbot/workers/default "$1" "$2" "$3"
|
buildbot-worker create-worker /var/lib/buildbot/workers/default "$1" "$2" "$3"
|
||||||
|
|
||||||
|
unset BUILDMASTER BUILDMASTER_PORT WORKERNAME WORKERPASS
|
||||||
|
|
||||||
cd /var/lib/buildbot/workers/default
|
cd /var/lib/buildbot/workers/default
|
||||||
/usr/bin/dumb-init buildbot-worker start --nodaemon
|
/usr/bin/dumb-init buildbot-worker start --nodaemon
|
||||||
|
|
Loading…
Reference in New Issue
Block a user