Test .drone ls step bootin

This commit is contained in:
MrArmonius 2021-07-09 15:47:54 +02:00
parent 139a40bdf3
commit 09512a271d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ steps:
- name: test_bottin
image: consul:latest
commands:
- ls
- ./test_automatic/start_test.sh
---