We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269805c commit a4ea7d5Copy full SHA for a4ea7d5
vm/setup.sh
@@ -124,7 +124,7 @@ apt-get install -y google-cloud-cli
124
125
echo "📝 Installing pulumi..."
126
curl -fsSL https://get.pulumi.com/releases/sdk/pulumi-v${PULUMI_VERSION}-linux-x64.tar.gz | tar -xzvC /tmp/ --strip-components=1
127
-cp /tmp/pulumi /usr/local/bin/pulumi
+cp /tmp/pulumi* /usr/local/bin/
128
129
echo "📝 Installing actions-runner..."
130
RUNNER_TGZ=/tmp/actions-runner-linux-x64-${RUNNER_VER}.tar.gz
0 commit comments