Skip to content

Commit

Permalink
Make /usr/local/bin writable to runner
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 13, 2023
1 parent 02a91ce commit 8ab23cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/providers/firecracker/cloud_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ systemctl restart docker
hostnamectl set-hostname ${RUNNER_NAME}
echo 127.0.1.1 $HOSTNAME.localdomain ${RUNNER_NAME} >> /etc/hosts
chmod a+w /usr/local/bin
# Prepare GitHun Runner user
export USER=runner
# https://docs.docker.com/engine/install/linux-postinstall/
Expand Down

0 comments on commit 8ab23cc

Please sign in to comment.