From ad0438a44928f9d10a737ddc6b2662eafa8dcadf Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 26 Nov 2018 06:05:03 +0100 Subject: [PATCH] CI: changed repoman command --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 933beb9..93265c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: chaoslab/repoman pull: true commands: - repoman full + repoman full --include-dev --xmlparse notify: when: status: [ changed, failure ]