From bf2084d5260100555aedd7ca0afa7f6469d50363 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 31 Mar 2016 22:01:28 +0300 Subject: [PATCH] compile --- gitlab-ci-multi-runner.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitlab-ci-multi-runner.spec b/gitlab-ci-multi-runner.spec index 543a5da..a3d403b 100644 --- a/gitlab-ci-multi-runner.spec +++ b/gitlab-ci-multi-runner.spec @@ -24,7 +24,13 @@ integration service included with GitLab that coordinates the testing. %setup -qc mv gitlab-ci-multi-runner-*/{.??*,*} . +install -d Godeps/_workspace/src/gitlab.com/gitlab-org +ln -s ../../../../.. Godeps/_workspace/src/gitlab.com/gitlab-org/gitlab-ci-multi-runner + %build +export GOPATH=$(pwd):$(pwd)/Godeps/_workspace + +go build %install rm -rf $RPM_BUILD_ROOT -- 2.44.0