Compare commits

..

No commits in common. "27b147a3a6fc420256ad10a36bcae3dcb861dbb3" and "ce7c05b0c88b48af0f27e57558e2a8500ffe6c7b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -12,7 +12,6 @@ Group: Development/Other
BuildRequires: go >= 1.11
BuildRequires: git-core
BuildRequires: upx
BuildRequires: bzip2
%description
@ -23,7 +22,6 @@ 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"