Commit 200432b4 authored by Sparkf's avatar Sparkf 🏙️
Browse files

Update .gitlab-ci.yml file

parent f5eecae3
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@
docker-build:
  # Use the official docker image.
  image: docker:dind
  # variables:
  #   DOCKER_HOST: tcp://docker:2375
  #   DOCKER_TLS_CERTDIR: ""
  variables:
    HTTPS_PROXY: "http://172.17.0.1:7890"
    HTTP_PROXY: "http://172.17.0.1:7890"
  stage: build
  services:
    - docker:dind