Skip to content

Commit

Permalink
Change buildbot worker home dir
Browse files Browse the repository at this point in the history
gsutil does not like home outside /home/
  • Loading branch information
vitalybuka committed Aug 9, 2024
1 parent 0537067 commit 0e0ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
ON_ERROR=${ON_ERROR:-echo "FAILED"}
fi

BOT_DIR=/b
BOT_DIR=/home/b
QEMU_IMAGE_DIR=${BOT_DIR}/qemu_image
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
FULL_HOSTNAME="$(hostname -f)"
Expand Down

0 comments on commit 0e0ebd4

Please sign in to comment.