From 8562425c080135eaba4c79ef3f778d1b15b2ba0d Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Fri, 13 Mar 2020 11:43:52 +0100 Subject: [PATCH] update .done ci file --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 83c01a3..6998c1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,8 @@ steps: - git clone ssh://git@git.nadal-fr.com:222/domo/qlibc.git - git clone ssh://git@git.nadal-fr.com:222/domo/libevent.git - git clone ssh://git@git.nadal-fr.com:222/domo/nats.c.git - - git clone ssh://git@git.nadal-fr.com:222/domo/json-c.git + - git clone -b 'json-c-0.13' --single-branch --depth 1 ssh://git@git.nadal-fr.com:222/domo/json-c.git - patch -d nats.c -p1 < domo-iot/patches/nats.c.patch - - patch -d json-c -p1 < domo-iot/patches/json-c.patch - name: build image: registry.nadal-fr.com/buildroot_dev