We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e56f5 commit 6acf5ecCopy full SHA for 6acf5ec
ci/cloudrunners/oci/main.go
@@ -145,6 +145,7 @@ func run(cmd *cobra.Command, argv []string) error {
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/.nvm",
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