From a8949af20bf75bdada559b95b55663e14f7f1574 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Mon, 16 Mar 2015 11:01:21 +0100
Subject: [PATCH] =?UTF-8?q?phpci:=20d=C3=A9clenche=20un=20build=20satis=20?=
 =?UTF-8?q?en=20cas=20de=20succ=C3=A8s.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 phpci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/phpci.yml b/phpci.yml
index 7dc7fa30..f1f57682 100755
--- a/phpci.yml
+++ b/phpci.yml
@@ -26,3 +26,7 @@ complete:
     committer: true
     addresses:
       - guillaume.perreal@irstea.fr
+
+success:
+  shell:
+    - curl 'http://istest.lyon.cemagref.fr/satis/trigger.php?package=irstea/file-upload-bundle'
-- 
GitLab