From e1a39566231547edb0d3a39e9dbd46ff4dda1a08 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Mon, 10 Dec 2018 17:04:27 +1100 Subject: [PATCH] circleci 0.1.4427 Closes #34950. Signed-off-by: Igor Kapkov --- Formula/circleci.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/circleci.rb b/Formula/circleci.rb index 81268d38d1..5c336e2d0a 100644 --- a/Formula/circleci.rb +++ b/Formula/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - :tag => "v0.1.4308", - :revision => "d8266a1116515cc153ca32802c52d50134b438cf" + :tag => "v0.1.4427", + :revision => "8bee1e64d2f3eacf849bc25ca670822f9089903d" bottle do cellar :any_skip_relocation @@ -17,6 +17,8 @@ class Circleci < Formula def install ENV["GOPATH"] = buildpath + ENV["GO111MODULE"] = "on" + dir = buildpath/"src/github.com/CircleCI-Public/circleci-cli" dir.install buildpath.children