From 269e81a2f5bafeebb0c43b004682141f21b272c5 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 15 Mar 2019 12:46:36 -0400 Subject: [PATCH] Removing to try and get CI working --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1476e35..89eaff4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,25 +7,8 @@ stages: - build variables: - # When using dind service we need to instruct docker, to talk with the - # daemon started inside of the service. The daemon is available with - # a network connection instead of the default /var/run/docker.sock socket. - # - # The 'docker' hostname is the alias of the service container as described at - # https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#accessing-the-services - # - # Note that if you're using Kubernetes executor, the variable should be set to - # tcp://localhost:2375 because of how Kubernetes executor connects services - # to the job container - DOCKER_HOST: tcp://docker:2375/ - # When using dind, it's wise to use the overlayfs driver for - # improved performance. - DOCKER_DRIVER: overlay2 TEST_IMAGE_NAME: grav_test:$CI_COMMIT_REF_NAME -before_script: - - docker info - build: stage: build script: