From ec0ae9a725cba55714621d786e1a60a05aad5b08 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Mon, 6 Jan 2020 15:48:07 +0100 Subject: [PATCH] Update .drone.yml to clone the mandatory repo --- .drone.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b6392e3..c2590bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,21 @@ -pipeline: - build: +kind: pipeline +type: docker +name: default + +clone: + disable: true + +steps: +- name: fetch + image: registry.nadal-fr.com/buildroot_dev + commands: + - git clone ssh://git@git.nadal-fr.com:222/domo/domo-iot.git + - 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 + +- name: build image: registry.nadal-fr.com/buildroot_dev commands: - pwd && ls