diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 870d8a2..146d7f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,6 @@ variables: 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: stage: build image: node:25.1.0