From 49e04dc52b5924cb0e988f079bec1873c6c1b49e Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Mon, 6 Jan 2020 17:02:43 +0100 Subject: [PATCH] update CI config --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 710e66d..7cadd65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,13 +14,14 @@ steps: - 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 + - patch -d nats.c -p1 < domo-iot/patches/nats.c.patch - name: build image: registry.nadal-fr.com/buildroot_dev commands: - mkdir -p domo-iot/build - cd domo-iot/build && cmake .. - - pwd && cd domo-iot/build && make + - make image_pull_secrets: - dockerconfigjson