Commit f257bced authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should create working folder for gitlab-runner

parent 835cb691
......@@ -8,6 +8,7 @@ all: gitlab-runner-config gitlab-runner-service
rm -rf /usr/local/share/.cache
rm -rf ../go/gocache
install -m755 -d /etc/gitlab-runner
install -m755 -d /var/lib/gitlab-runner
@echo "$$GITLAB_RUNNER_CONFIG" > /etc/gitlab-runner/config.toml
@echo "$$GITLAB_RUNNER_SERVICE" > /lib/systemd/system/gitlab-runner.service
systemctl enable gitlab-runner.service
......
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