Commit 17f71e9b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
mkdir -p ../go/go/src/gitlab.com/gitlab-runner
mkdir -p ../go/gocache
tar xf gitlab-runner-v13.1.0.tar.gz -C ../go/go/src/gitlab.com/gitlab-runner
mv ../go/go/src/gitlab.com/gitlab-runner/gitlab-runner-v13.1.0 ../go/go/src/gitlab.com/gitlab-runner/gitlab-runner
cd ../go/go/src/gitlab.com/gitlab-runner/gitlab-runner && PATH=$$PATH:/build/packages/go/go/bin GOCACHE=$$(pwd)/../../../../../gocache GOPATH=$$(pwd)/../../../.. $(MAKE) build_simple
cd ../go/go/src/gitlab.com/gitlab-runner/gitlab-runner && install -D -m 755 out/binaries/gitlab-runner /usr/bin/gitlab-runner
rm -rf /usr/local/share/.cache
rm -rf ../go/gocache
bin
/usr/bin/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment