Pārlūkot izejas kodu

Update .gitlab-ci.yml

Guillermo Espinoza 6 gadi atpakaļ
vecāks
revīzija
7166c6f00b
1 mainītis faili ar 12 papildinājumiem un 12 dzēšanām
  1. 12 12
      .gitlab-ci.yml

+ 12 - 12
.gitlab-ci.yml

@@ -1,3 +1,15 @@
+image: gitlab:stable
+
+services:
+  - docker:dind
+
+variables:
+  CONTAINER_IMAGE: docker.infra.flowdat.com/fd3/sf-php
+  DOCKER_USER: drone
+  DOCKER_PWD: 6hd2dLfL
+  DOCKER_HOST: tcp://docker:2375
+  DOCKER_DRIVER: overlay2
+
 build_branch:
   image: docker.infra.flowdat.com/fd3/sf-php:latest
   script:
@@ -11,18 +23,6 @@ build_branch:
     - pushes
     - branches
 
-image: gitlab/dind
-
-services:
-  - docker:dind
-
-variables:
-  CONTAINER_IMAGE: docker.infra.flowdat.com/fd3/sf-php
-  DOCKER_USER: drone
-  DOCKER_PWD: 6hd2dLfL
-  DOCKER_HOST: tcp://docker:2375
-  DOCKER_DRIVER: overlay2
-
 docker_php_sf_70:
   stage: build
   script: