From 7d8ec090d58deefee91bd4e7f676beba75f60c4d Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Sun, 22 Aug 2021 23:28:25 +0200 Subject: [PATCH] ROFL --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 171feb4..d0ce168 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,13 +2,13 @@ pipeline: build: image: debian commands: - - echo "HALLO WELT, KANNST DU MICH HÖREN" + - echo "HALLO WELT, KANNST DU MICH HOEREN" when: event: [push, tag] package: image: debian command: - - "zap" + - echo "zap" when: event: tag