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