issue # 깃랩 ci 테스트

This commit is contained in:
2025-11-09 23:36:35 +00:00
parent 97e6193ddc
commit 0b3736f511

View File

@@ -3,7 +3,12 @@ stages:
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_CHECKOUT: "http://192.168.219.107:8929/scheduler/front.git" GIT_CHECKOUT: "true"
GIT_SSL_NO_VERIFY: "true"
before_script:
- git remote set-url origin http://192.168.219.107:8929/scheduler/front.git
- git config --global http.sslVerify false
build: build:
stage: build stage: build