13.9.0
All checks were successful
Run CI/CD... / main (push) Successful in 14m32s

This commit is contained in:
Your Name 2025-02-18 10:21:35 +00:00
parent 94239f3da7
commit 27b147a3a6
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,2 @@
sources:
gitlab-runner-v13.9.0.tar.bz2: 5243778bee9e41759c7053dd40b42b2a7e8f9e57
gitlab-runner-v13.9.0.tar.bz2: 4fbfa1308fe32c8ff1e38f0e43b8f335dc98e7e9

View file

@ -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"