From 09512a271df869473d40514a0e958d26ab0e93eb Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Fri, 9 Jul 2021 15:47:54 +0200 Subject: [PATCH] Test .drone ls step bootin --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b83a87d..ae36043 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - name: test_bottin image: consul:latest commands: + - ls - ./test_automatic/start_test.sh ---