Browse Source

Changed gitlab-ci.yml

Jean Sumara 5 years ago
parent
commit
010faf01c4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -16,6 +16,7 @@ build_branch:
 image: docker:stable
 image: docker:stable
 
 
 services:
 services:
+  - docker:dind
   - name: docker.infra.flowdat.com/fd3/minio:v1.13
   - name: docker.infra.flowdat.com/fd3/minio:v1.13
     alias: minio
     alias: minio
   - name: docker.infra.flowdat.com/fd3/rabbitmq:3-management
   - name: docker.infra.flowdat.com/fd3/rabbitmq:3-management
@@ -23,10 +24,9 @@ services:
 
 
 variables:
 variables:
   CONTAINER_IMAGE: docker.infra.flowdat.com/fd3/export
   CONTAINER_IMAGE: docker.infra.flowdat.com/fd3/export
-  CLIENT: fd3
-  DOMAIN: flowdat.com
   DOCKER_USER: drone
   DOCKER_USER: drone
   DOCKER_PWD: 6hd2dLfL
   DOCKER_PWD: 6hd2dLfL
+
 docker:
 docker:
   stage: build
   stage: build
   script:
   script: