|
@@ -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:
|
|
build_branch:
|
|
image: docker.infra.flowdat.com/fd3/sf-php:latest
|
|
image: docker.infra.flowdat.com/fd3/sf-php:latest
|
|
script:
|
|
script:
|
|
@@ -11,18 +23,6 @@ build_branch:
|
|
- pushes
|
|
- pushes
|
|
- branches
|
|
- 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:
|
|
docker_php_sf_70:
|
|
stage: build
|
|
stage: build
|
|
script:
|
|
script:
|