pulumi 0.17.9

Closes #39443.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Timothy Myers 2019-04-30 13:40:40 -06:00 committed by Chongyu Zhu
parent 1ed242fd12
commit 4a29358dbe
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

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.17.8",
:revision => "24f08ddb0f8489fdb02b18dd82dfc6ab30a962d0"
:tag => "v0.17.9",
:revision => "55b233fbdc4d59706f17d64e7618f28ddab6412d"
bottle do
cellar :any_skip_relocation
@ -17,7 +17,6 @@ class Pulumi < Formula
def install
ENV["GOPATH"] = buildpath
ENV["GO111MODULE"] = "on"
ENV["GOPROXY"] = "https://gocenter.io"
dir = buildpath/"src/github.com/pulumi/pulumi"
dir.install buildpath.children