Luciano Andrade 7 năm trước cách đây
mục cha
commit
b385a3fee8
1 tập tin đã thay đổi với 12 bổ sung3 xóa
  1. 12 3
      .drone.yml

+ 12 - 3
.drone.yml

@@ -5,9 +5,9 @@ services:
       - MYSQL_ROOT_PASSWORD=
       - MYSQL_ALLOW_EMPTY_PASSWORD=yes
 pipeline:
-  build:
-    image: debian:8.0
-    commands:
+ build:
+  image: debian:8.0
+  commands:
       - echo 'Acquire::http { Proxy "http://200.50.168.30:3142"; };' > /etc/apt/apt.conf.d/01proxy
       - apt-get update && apt-get install -yq build-essential git unzip php5-cli php5-mysql wget mysql-client php5-curl
       
@@ -35,3 +35,12 @@ pipeline:
       - chmod 0777 -R var/logs var/cache var/sessions
       - php bin/console doctrine:schema:update --force -vvv --env=test
       - vendor/phpunit/phpunit/phpunit --tap
+
+ docker:
+   repo : docker.infra.flowdat.com/fd3/base
+   image: plugins/docker
+   email: luciano@interlink.com.ar
+   registry: docker.infra.flowdat.com
+   username: drone
+   password: 6hd2dLfL
+   tag: latest