Skip to content

Commit fbfa0a1

Browse files
committed
unset nvm_dir
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent 29ab6f3 commit fbfa0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/cloudrunners/oci/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func run(cmd *cobra.Command, argv []string) error {
143143
"tar -zxf /opt/runner-cache/actions-runner-linux-*.tar.gz",
144144
"rm -rf \\$HOME",
145145
"rm -rf ~/.nvm",
146+
"unset NVM_DIR",
146147
"wget -O nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh",
147148
"bash nvm-install.sh",
148149
`sudo usermod -aG docker ubuntu && newgrp docker <<EOF

0 commit comments

Comments
 (0)