diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf90c6c..85f711c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,6 @@ stages: variables: NEXUS_PUSH_REGISTRY: "10.15.39.186:8082" IMAGE_NAME: "eosbpkd/sidata" - http_proxy: "http://10.15.39.186:8081" - https_proxy: "http://10.15.39.186:8081" build_image: stage: build @@ -23,8 +21,6 @@ build_image: --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $NEXUS_PUSH_REGISTRY/$IMAGE_NAME:$CI_COMMIT_SHA --destination $NEXUS_PUSH_REGISTRY/$IMAGE_NAME:latest - --build-arg http_proxy=$http_proxy - --build-arg https_proxy=$https_proxy --insecure --skip-tls-verify only: