From 974d8806d8289c54e679137bf43092eff47b5f64 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Fri, 9 Jul 2021 15:55:59 +0200 Subject: [PATCH] Add sign and bash command --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e54768a..783dd31 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,11 +15,10 @@ steps: - name: test_bottin image: consul:latest commands: - - ls - - ./test_automatic/start_test.sh + - bash test_automatic/start_test.sh --- kind: signature -hmac: 59d4ca8114cea71529b92b52b2c8f403224897b9653e3f25fe56915e8e42cb11 +hmac: 5c319176dcd13198853df2c7922e2df4c8dfd5c3611a72e9d69f8ddd4bc09e46 ...