]> git.pld-linux.org Git - packages/gitlab-runner.git/commitdiff
make hack
authorElan Ruusamäe <glen@delfi.ee>
Mon, 2 May 2016 12:32:34 +0000 (15:32 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 2 May 2016 12:32:34 +0000 (15:32 +0300)
gitlab-ci-multi-runner.spec

index 8ae887bf7e1476b3d4712036e9bedee1f905be42..b956822ffe048894c5a72dad15f9a712d20ca79c 100644 (file)
@@ -37,6 +37,8 @@ ln -s ../../../../.. Godeps/_workspace/src/gitlab.com/gitlab-org/gitlab-ci-multi
 
 mkdir -p out/docker
 ln -s %{SOURCE1} out/docker/prebuilt.tar.gz
+# touch, otherwise make rules would download it nevertheless
+touch out/docker/prebuilt.tar.gz
 
 %build
 export GOPATH=$(pwd):$(pwd)/Godeps/_workspace
This page took 0.051813 seconds and 4 git commands to generate.