mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update 2 files
- /job-templates.tpl.yml - /templates/build-container.tpl.yml
This commit is contained in:
parent
25d92db968
commit
6a33e444ab
2 changed files with 5 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ workflow:
|
||||||
|
|
||||||
render-job-templates-yml:
|
render-job-templates-yml:
|
||||||
stage: render
|
stage: render
|
||||||
image: debian:bullseye-slim
|
image: registry.durp.info/debian:bullseye-slim
|
||||||
script:
|
script:
|
||||||
- ./scripts/install-curl.sh
|
- ./scripts/install-curl.sh
|
||||||
- ./scripts/install-git.sh
|
- ./scripts/install-git.sh
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,10 @@ version:
|
||||||
build-container:
|
build-container:
|
||||||
image: registry.durp.info/docker:20.10.16
|
image: registry.durp.info/docker:20.10.16
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_DRIVER: overlay2
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
#DOCKER_TLS_CERTDIR: "/certs"
|
||||||
services:
|
services:
|
||||||
- docker:20.10.16-dind
|
- docker:20.10.16-dind
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue