test
This commit is contained in:
@@ -3,12 +3,13 @@ image: docker:stable
|
|||||||
variables:
|
variables:
|
||||||
GIT_SSL_NO_VERIFY: "1"
|
GIT_SSL_NO_VERIFY: "1"
|
||||||
IMAGE_NAME: "foundry_vtt:alpine"
|
IMAGE_NAME: "foundry_vtt:alpine"
|
||||||
DOCKER_HOST: tcp://gitlab.fithwum.tech/
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: ''
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
|
||||||
FF_NETWORK_PER_BUILD: "true"
|
FF_NETWORK_PER_BUILD: "true"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker:19-dind
|
- name: docker:dind
|
||||||
command: ["--tls=false"]
|
command: ["--tls=false"]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|||||||
@@ -3,12 +3,13 @@ image: docker:stable
|
|||||||
variables:
|
variables:
|
||||||
GIT_SSL_NO_VERIFY: "1"
|
GIT_SSL_NO_VERIFY: "1"
|
||||||
IMAGE_NAME: "foundry_vtt:alpine"
|
IMAGE_NAME: "foundry_vtt:alpine"
|
||||||
DOCKER_HOST: tcp://gitlab.fithwum.tech/
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: ''
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
|
||||||
FF_NETWORK_PER_BUILD: "true"
|
FF_NETWORK_PER_BUILD: "true"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker:19-dind
|
- name: docker:dind
|
||||||
command: ["--tls=false"]
|
command: ["--tls=false"]
|
||||||
|
|
||||||
build image:
|
build image:
|
||||||
|
|||||||
Reference in New Issue
Block a user