Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions buildbot/buildbot_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ useradd buildbot -g buildbot -m -d /b/home
rm -rf /var/lib/buildbot
ln -s /b/home /var/lib/buildbot
chmod 777 /var/lib/buildbot
sudo -u buildbot echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.profile


if [[ "${HOSTNAME}" == ml-opt-dev* ]]
then
Expand Down
Loading