We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ab6f3 commit fbfa0a1Copy full SHA for fbfa0a1
ci/cloudrunners/oci/main.go
@@ -143,6 +143,7 @@ func run(cmd *cobra.Command, argv []string) error {
143
"tar -zxf /opt/runner-cache/actions-runner-linux-*.tar.gz",
144
"rm -rf \\$HOME",
145
"rm -rf ~/.nvm",
146
+ "unset NVM_DIR",
147
"wget -O nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh",
148
"bash nvm-install.sh",
149
`sudo usermod -aG docker ubuntu && newgrp docker <<EOF
0 commit comments