-
Notifications
You must be signed in to change notification settings - Fork 0
GitLab CI
Kang Jinwon edited this page Aug 12, 2015
·
3 revisions
- GitLab CI docker install guide: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/docker.md
- GitLab CI yaml guide: http://doc.gitlab.com/ci/yaml/README.html
- Docker image for GitLab runner: http://github.com/t-sdn/gitlab-ci-box
Edit /srv/gitlab-runner/config.toml like this:
[runners.docker]
image = "tsdn/gitlab-ci-box"
privileged = false
volumes = ["/cache"]
allowed_images = ["tsdn/*"]
ref: http://doc.gitlab.com/ci/docker/using_docker_images.html#how-to-enable-overwriting