operator-sdk 0.8.0
operator-sdk v0.8.0 Closes #40009. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
af695a50d6
commit
e9312659f5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
class OperatorSdk < Formula
|
||||
desc "SDK for building Kubernetes applications"
|
||||
homepage "https://coreos.com/operators/"
|
||||
url "https://github.com/operator-framework/operator-sdk/archive/v0.7.1.tar.gz"
|
||||
sha256 "c6d5e41c5811cfe73554f5fe03a391bb6bcce641d8d7d412fd7c245c6240d081"
|
||||
url "https://github.com/operator-framework/operator-sdk.git", :tag => "v0.8.0"
|
||||
head "https://github.com/operator-framework/operator-sdk.git"
|
||||
|
||||
bottle do
|
||||
|
@ -39,6 +38,7 @@ class OperatorSdk < Formula
|
|||
|
||||
test do
|
||||
ENV["GOPATH"] = testpath
|
||||
ENV["GO111MODULE"] = "on"
|
||||
dir = testpath/"src/example.com/test-operator"
|
||||
dir.mkpath
|
||||
|
||||
|
|
Loading…
Reference in a new issue