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/873434346
This commit is contained in:
parent
04eff900dd
commit
f1497f3fb0
1 changed files with 2 additions and 2 deletions
|
|
@ -45,13 +45,13 @@ version:
|
||||||
reports:
|
reports:
|
||||||
dotenv: version.env
|
dotenv: version.env
|
||||||
build-container:
|
build-container:
|
||||||
image: registry.durp.info/docker:19.03.12
|
image: registry.durp.info/docker:20.10.17
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DOCKER_HOST: tcp://localhost:2375/
|
DOCKER_HOST: tcp://localhost:2375/
|
||||||
services:
|
services:
|
||||||
- docker:19.03.12-dind
|
- docker:20.10.17-dind
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
# Begin of docker-login.sh
|
# Begin of docker-login.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue