1
0
Fork 0

moved build path to SSD

This commit is contained in:
Christian Kühnel 2020-01-17 11:42:27 +01:00
parent 5752b6939c
commit 8d6af88016

View file

@ -28,6 +28,7 @@ chown -R buildkite:buildkite "${CCACHE_PATH}"
# set the token in the config file
sed -i -r s/token=\"[^\"]+\"/token=\"`cat /credentials/buildkite-token`\"/g /etc/buildkite-agent/buildkite-agent.cfg
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