ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/862949880
This commit is contained in:
@@ -12,7 +12,7 @@ workflow:
|
|||||||
- if: '$CI_COMMIT_BRANCH && $CI_SCRIPTS_SKIP_PIPELINE != "true"'
|
- if: '$CI_COMMIT_BRANCH && $CI_SCRIPTS_SKIP_PIPELINE != "true"'
|
||||||
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:
|
||||||
# Begin of install-curl.sh
|
# Begin of install-curl.sh
|
||||||
- |
|
- |
|
||||||
|
|||||||
@@ -20,7 +20,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
|
||||||
|
|||||||
Reference in New Issue
Block a user