pulumi 0.15.1

Closes #31979.

Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
Thomas Schersach 2018-09-11 10:01:00 +02:00 committed by commitay
parent 602f593480
commit a01ff43995

View file

@ -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