mirror of
https://abf.rosa.ru/djam/gitlab-runner.git
synced 2025-02-23 02:32:47 +00:00
This commit is contained in:
parent
94239f3da7
commit
27b147a3a6
2 changed files with 2 additions and 1 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
gitlab-runner-v13.9.0.tar.bz2: 5243778bee9e41759c7053dd40b42b2a7e8f9e57
|
||||
gitlab-runner-v13.9.0.tar.bz2: 4fbfa1308fe32c8ff1e38f0e43b8f335dc98e7e9
|
||||
|
|
|
@ -23,6 +23,7 @@ run your CI/CD jobs and send the results back to GitLab
|
|||
%setup -qn %{name}-v%{version}
|
||||
|
||||
%build
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
go build -o bin/%{name} -ldflags="-s -w -X gitlab.com/gitlab-org/%{name}/common.VERSION=%{version} \
|
||||
-X gitlab.com/gitlab-org/%{name}/common.NAME=%{name} \
|
||||
-X gitlab.com/gitlab-org/%{name}/common.BUILT=ROSA"
|
||||
|
|
Loading…
Add table
Reference in a new issue