From 951de61e16a3f510c0de6661461dc474c8fb7cc2 Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Mon, 30 Aug 2021 23:38:29 +0200 Subject: [PATCH] Reverting the not working thingy --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 97685fb..73c5931 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: debian pull: true commands: - - echo "HALLO WELT, KANNST DU MICH HOEREN" + - echo "Testing Build" when: event: [push, tag] @@ -16,4 +16,4 @@ pipeline: event: tag # Not working :/ -branches: master \ No newline at end of file +# branches: master \ No newline at end of file