fix(ci): override git clone url to local ip
This commit is contained in:
parent
46a82b7daa
commit
1feb7b0836
1 changed files with 5 additions and 2 deletions
|
|
@ -5,6 +5,9 @@ variables:
|
|||
IMAGE_NAME: $DOCKERHUB_USERNAME/discordsoundbot-vib
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
# Force clone via IP instead of hostname to bypass Unraid Docker DNS issues
|
||||
CI_SERVER_URL: "http://10.10.10.10:9080"
|
||||
GITLAB_FEATURES: ""
|
||||
|
||||
docker-build:
|
||||
stage: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue