Skip to content

Commit a36405b

Browse files
authored
Merge pull request #9 from gitpod-io/aa/install-pulumi-v2
install pulumi p2
2 parents 269805c + 5b95f61 commit a36405b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202310171159
38+
default: gh-runner-202310171222
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ apt-get install -y google-cloud-cli
124124

125125
echo "📝 Installing pulumi..."
126126
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
127+
cp /tmp/pulumi* /usr/local/bin/
128128

129129
echo "📝 Installing actions-runner..."
130130
RUNNER_TGZ=/tmp/actions-runner-linux-x64-${RUNNER_VER}.tar.gz

0 commit comments

Comments
 (0)