diff --git a/.drone.yml b/.drone.yml index c2590bc..b31caab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,18 +7,18 @@ clone: 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 + 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 + image: registry.nadal-fr.com/buildroot_dev + commands: + - pwd && ls image_pull_secrets: - dockerconfigjson