Update 2 files
- /job-templates.tpl.yml - /templates/build-container.tpl.yml
This commit is contained in:
@@ -11,7 +11,7 @@ workflow:
|
||||
|
||||
render-job-templates-yml:
|
||||
stage: render
|
||||
image: debian:bullseye-slim
|
||||
image: registry.durp.info/debian:bullseye-slim
|
||||
script:
|
||||
- ./scripts/install-curl.sh
|
||||
- ./scripts/install-git.sh
|
||||
|
||||
@@ -14,7 +14,10 @@ version:
|
||||
build-container:
|
||||
image: registry.durp.info/docker:20.10.16
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
#DOCKER_TLS_CERTDIR: "/certs"
|
||||
services:
|
||||
- docker:20.10.16-dind
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user