From 656aa88e94c579859629b52c6fe839a5a8f631c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 28 Jan 2018 00:37:40 +0100 Subject: [PATCH] removed unneccesary need for tags --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 02fdc2c..ce0be5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,4 @@ pipeline: source: dist/* target: /html/benjaminbaedorf.eu/ strip_components: 1 - rm: true - when: - event: tag - status: success \ No newline at end of file + rm: true \ No newline at end of file