From e0caf7ceb1ee015a5d0015a8fda28e4cb9a00f23 Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Fri, 25 Oct 2024 22:05:25 -0400 Subject: [PATCH] Fix unnecesary lines --- provider/test-programs/imds-auth/imds-v2/Pulumi.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml b/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml index 0c25b07772f..bc119d7277f 100644 --- a/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml +++ b/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml @@ -171,7 +171,6 @@ resources: export PATH="/home/ec2-user/.pulumi/bin:$PATH" cp /tmp/pulumi-resource-aws /home/ec2-user/.pulumi/bin/ chmod a+x /home/ec2-user/.pulumi/bin/pulumi-resource-aws - stat /home/ec2-user/.pulumi/bin/pulumi-resource-aws echo "pulumi version:" pulumi version echo "pulumi-resource-aws version:" @@ -179,7 +178,6 @@ resources: mkdir /home/ec2-user/repro cp /tmp/Pulumi.yaml /home/ec2-user/repro/Pulumi.yaml cd /home/ec2-user/repro - rm -rf ./pulumi-state mkdir ./pulumi-state export PULUMI_CONFIG_PASSPHRASE=123456 pulumi stack init dev