build test

This commit is contained in:
2023-11-06 06:04:43 -08:00
parent f2795becf4
commit fd247f3c24
2 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
image: docker:stable
stages:
- build
variables:
GIT_SSL_NO_VERIFY: "1"
IMAGE_NAME: "foundry_vtt:alpine"
DOCKER_HOST: tcp://gitlab.fithwum.tech:2376/
DOCKER_HOST: tcp://gitlab.fithwum.tech/
DOCKER_TLS_CERTDIR: ''
FF_NETWORK_PER_BUILD: "true"

View File

@@ -1,8 +1,12 @@
image: docker:stable
stages:
- build
variables:
GIT_SSL_NO_VERIFY: "1"
IMAGE_NAME: "foundry_vtt:alpine"
DOCKER_HOST: tcp://gitlab.fithwum.tech:2376/
DOCKER_HOST: tcp://gitlab.fithwum.tech/
DOCKER_TLS_CERTDIR: ''
FF_NETWORK_PER_BUILD: "true"