add secret into drone.yml

This commit is contained in:
2019-06-05 00:03:15 +02:00
parent ce26524ecd
commit faae3b8fbf

View File

@@ -1,5 +1,6 @@
pipeline: pipeline:
build: build:
image: registry.nadal-fr.com:443/buildroot_dev image: registry.nadal-fr.com:443/buildroot_dev
secrets: [ registry_username, registry_password ]
commands: commands:
- make -C projects/rpi_domo/ buildroot.check-package - make -C projects/rpi_domo/ buildroot.check-package