1
0
Fork 0

set of flag

This commit is contained in:
Christian Kühnel 2020-01-17 12:51:51 +01:00
parent 8d6af88016
commit ae519e1887

View file

@ -31,4 +31,4 @@ sed -i -r s/token=\"[^\"]+\"/token=\"`cat /credentials/buildkite-token`\"/g /etc
sed -i -r s/build-path=\"[^\"]+\"/build-path=\"\/mnt\/disks\/ssd0\/agent\"/g /etc/buildkite-agent/buildkite-agent.cfg
# start the buildkite agent
buildkite-agent start
buildkite-agent start --tags "os=linux"