pulumi 0.15.1
Closes #31979. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
602f593480
commit
a01ff43995
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Pulumi < Formula
|
|||
desc "Cloud native development platform"
|
||||
homepage "https://pulumi.io/"
|
||||
url "https://github.com/pulumi/pulumi.git",
|
||||
:tag => "v0.15.0",
|
||||
:revision => "23cbfa503d856f57a3e00599d53c04fe69c93cf0"
|
||||
:tag => "v0.15.1",
|
||||
:revision => "c7d3cc5731d0ca2b26ad5e18e6a23b43b74b44b7"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -32,7 +32,8 @@ class Pulumi < Formula
|
|||
test do
|
||||
ENV["PULUMI_ACCESS_TOKEN"] = "local://"
|
||||
ENV["PULUMI_TEMPLATE_PATH"] = testpath/"templates"
|
||||
system "#{bin}/pulumi", "new", "aws-typescript", "--generate-only", "-y"
|
||||
system "#{bin}/pulumi", "new", "aws-typescript", "--generate-only",
|
||||
"--force", "-y"
|
||||
assert_predicate testpath/"Pulumi.yaml", :exist?, "Project was not created"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue