Fix Lint of .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
NADAL Jean-Baptiste
2020-01-06 15:59:37 +01:00
parent ec0ae9a725
commit b8fc43fc97

View File

@@ -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