Skip to content

Commit

Permalink
devspace 4.3.4
Browse files Browse the repository at this point in the history
Closes #47678.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
alebcay authored and fxcoudert committed Dec 21, 2019
1 parent abc4489 commit 8daa0df
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions Formula/devspace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Devspace < Formula
desc "CLI helps develop/deploy/debug apps with Docker and k8s"
homepage "https://devspace.cloud/docs"
url "https://github.com/devspace-cloud/devspace.git",
:tag => "v4.3.1",
:revision => "ce8745f1f65a2a8d2efa4791b0be15e081f60337"
:tag => "v4.3.4",
:revision => "434896a7030b7ea030064e6d5f7599022db50f83"

bottle do
cellar :any_skip_relocation
Expand All @@ -16,15 +16,8 @@ class Devspace < Formula
depends_on "kubernetes-cli"

def install
ENV["GOPATH"] = buildpath

dir = buildpath/"src/github.com/devspace-cloud/devspace"
dir.install buildpath.children

cd dir do
system "go", "build", "-o", bin/"devspace"
prefix.install_metafiles
end
system "go", "build", "-trimpath", "-o", bin/"devspace"
prefix.install_metafiles
end

test do
Expand Down

0 comments on commit 8daa0df

Please sign in to comment.