mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/862949880
This commit is contained in:
parent
6a33e444ab
commit
c784ff3e24
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue