We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7e8d4 commit d90370dCopy full SHA for d90370d
Formula/b/bitrise.rb
@@ -4,6 +4,7 @@ class Bitrise < Formula
4
url "https://github.com/bitrise-io/bitrise/archive/refs/tags/2.27.0.tar.gz"
5
sha256 "2dd64874e60208602b5b78c4bd521926dc476766965cb46d5dc0fbd00ecd0ce9"
6
license "MIT"
7
+ head "https://github.com/bitrise-io/bitrise.git", branch: "master"
8
9
livecheck do
10
url :stable
@@ -27,9 +28,10 @@ def install
27
28
ldflags = %W[
29
-s -w
30
-X github.com/bitrise-io/bitrise/version.VERSION=#{version}
31
+ -X github.com/bitrise-io/bitrise/version.Commit=#{tap.user}
32
]
33
- system "go", "build", *std_go_args(ldflags: ldflags.join(" "))
34
+ system "go", "build", *std_go_args(ldflags: ldflags)
35
end
36
37
test do
0 commit comments