Skip to content

Commit

Permalink
Changes [build image]
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 14, 2024
1 parent 5b19038 commit 723d569
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,12 @@ create_buildkite_user() {
execute_sudo mkdir -p "$path"
execute_sudo chown -R "$user:$group" "$path"
done

files="/var/run/buildkite-agent/buildkite-agent.pid"
for file in $files; do
execute_sudo touch "$file"
execute_sudo chown "$user:$group" "$file"
done
}

install_buildkite() {
Expand Down

0 comments on commit 723d569

Please sign in to comment.