瀏覽代碼

dos builds

Luciano Andrade 7 年之前
父節點
當前提交
793656b2ac
共有 2 個文件被更改,包括 17 次插入2 次删除
  1. 14 2
      .drone.yml
  2. 3 0
      app/AppKernel.php

+ 14 - 2
.drone.yml

@@ -36,8 +36,20 @@ pipeline:
    username: drone
    password: 6hd2dLfL
    tag: 
-     - ${DRONE_TAG##v}
      - latest
    when:
      event: [pull_request, push, tag]
-     branch: [master, v*]
+     branch: [master]
+
+ tag_docker:
+   repo : docker.infra.flowdat.com/fd3/stats
+   image: plugins/docker
+   email: luciano@interlink.com.ar
+   registry: docker.infra.flowdat.com
+   username: drone
+   password: 6hd2dLfL
+   tag: 
+     - ${DRONE_TAG##v}
+   when:
+     event: [pull_request, push, tag]
+     branch: [v*]

+ 3 - 0
app/AppKernel.php

@@ -48,6 +48,9 @@ class AppKernel extends Kernel
             new SimpleThings\EntityAudit\SimpleThingsEntityAuditBundle(),
             new AuditBundle\AuditBundle(),
             new AuthBundle\AuthBundle(),
+
+            new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
+            new WorkflowBundle\WorkflowBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {