Fix Lint of .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
20
.drone.yml
20
.drone.yml
@@ -7,18 +7,18 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: fetch
|
- name: fetch
|
||||||
image: registry.nadal-fr.com/buildroot_dev
|
image: registry.nadal-fr.com/buildroot_dev
|
||||||
commands:
|
commands:
|
||||||
- git clone ssh://git@git.nadal-fr.com:222/domo/domo-iot.git
|
- 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/qlibc.git
|
||||||
- git clone ssh://git@git.nadal-fr.com:222/domo/libevent.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/nats.c.git
|
||||||
- git clone ssh://git@git.nadal-fr.com:222/domo/json-c.git
|
- git clone ssh://git@git.nadal-fr.com:222/domo/json-c.git
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.nadal-fr.com/buildroot_dev
|
image: registry.nadal-fr.com/buildroot_dev
|
||||||
commands:
|
commands:
|
||||||
- pwd && ls
|
- pwd && ls
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- dockerconfigjson
|
- dockerconfigjson
|
||||||
|
|||||||
Reference in New Issue
Block a user