We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6991c04 commit 6fc6d6aCopy full SHA for 6fc6d6a
ci/cloudrunners/oci/main.go
@@ -141,11 +141,8 @@ func run(cmd *cobra.Command, argv []string) error {
141
142
commands := []string{
143
"tar -zxf /opt/runner-cache/actions-runner-linux-*.tar.gz",
144
- "mkdir -p $HOME/.nvm",
145
- "mkdir -p \\$HOME/.nvm",
146
- "wget -O nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh",
147
- "bash nvm-install.sh",
148
- "export NVM_DIR=/home/ubuntu/\\$HOME/.nvm",
+ "sudo chown 1000:1000 -R /etc/skel/*",
+ "mv /etc/skel/* /home/ubuntu/",
149
`sudo usermod -aG docker ubuntu && newgrp docker <<EOF
150
export PATH=$PATH:/home/ubuntu/.local/bin && export HOME=/home/ubuntu && bash -x /home/ubuntu/run.sh --jitconfig "${ACTIONS_RUNNER_INPUT_JITCONFIG}"
151
EOF`,
0 commit comments