From d4d84631053a30942b5000d4f04bf34872184b85 Mon Sep 17 00:00:00 2001 From: Georg Date: Sat, 7 Aug 2021 00:16:56 +0200 Subject: [PATCH] Changing pipeline Signed-off-by: Georg --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bebf234..995626c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,9 @@ clone: steps: - name: deploy commands: - - /opt/scripts/confirm-test.sh + - echo hello + - bash /opt/scripts/confirm-test.sh + +trigger: + branch: + - master