moved build path to SSD
This commit is contained in:
parent
5752b6939c
commit
8d6af88016
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ chown -R buildkite:buildkite "${CCACHE_PATH}"
|
||||||
|
|
||||||
# set the token in the config file
|
# 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/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
|
# start the buildkite agent
|
||||||
buildkite-agent start
|
buildkite-agent start
|
Loading…
Reference in a new issue