File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -684,3 +684,4 @@ newrelic-fluent-bit-output
684684kaf
685685dask-gateway
686686http-echo
687+ src
Original file line number Diff line number Diff line change 1+ package :
2+ name : src
3+ version : 5.0.3
4+ epoch : 0
5+ description : Sourcegraph CLI
6+ copyright :
7+ - license : Apache-2.0
8+ dependencies :
9+ runtime :
10+ - ca-certificates-bundle
11+ - git
12+
13+ environment :
14+ contents :
15+ packages :
16+ - ca-certificates-bundle
17+ - busybox
18+ - go
19+
20+ pipeline :
21+ - uses : git-checkout
22+ with :
23+ repository : https://github.com/sourcegraph/src-cli
24+ expected-commit : f0e8fc23d8de8a3e3cb306da7f8444734ccf9f3b
25+ tag : ${{package.version}}
26+
27+ - uses : go/build
28+ with :
29+ packages : ./cmd/src
30+ output : src
31+ ldflags : " -X github.com/sourcegraph/src-cli/internal/version.BuildTag=${{package.version}}"
32+
33+ - uses : strip
34+
35+ update :
36+ enabled : true
37+ github :
38+ identifier : sourcegraph/src-cli
You can’t perform that action at this time.
0 commit comments