gitlab
This commit is contained in:
parent
b23c235e7a
commit
079b14deba
@ -65,7 +65,9 @@ services:
|
|||||||
image: mathwave/sprint-repo:gitlab-runner
|
image: mathwave/sprint-repo:gitlab-runner
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /home/gitlab-runner/builds:/home/gitlab-runner/builds
|
- /home:/home
|
||||||
|
tty: true
|
||||||
|
command: gitlab-runner register --non-interactive --url "http://gitlab.sprinthub.ru" --registration-token "$GITLAB_REGISTRATION_TOKEN" --executor "shell" --tag-list "dev"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
placement:
|
||||||
|
Loading…
Reference in New Issue
Block a user