Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-10-14 11:54:16 +00:00
parent 8e5561b80d
commit 6ee421e109

View File

@@ -30,7 +30,7 @@ docker-build:
DOCKER_TLS_CERTDIR: ""
before_script:
- docker info
- ip link set eth0 mtu 1400
- ip link set eth0 mtu 1200
- ip a
script:
- 'sed -i "s|\"apiEndpoint\": \"[^\"]*\"|\"apiEndpoint\": \"https\:\/\/""$PUBLIC_WEB_URL""\"|" Web/public/config.json'