From 1ca9d87913eac967d25b4aeb4bb12b7077d937d3 Mon Sep 17 00:00:00 2001 From: Mario Lubenka Date: Sun, 18 Oct 2020 16:33:57 +0200 Subject: [PATCH] fix: add empty destroy task --- tasks/destroy.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tasks/destroy.yml diff --git a/tasks/destroy.yml b/tasks/destroy.yml new file mode 100644 index 0000000..3dc52fb --- /dev/null +++ b/tasks/destroy.yml @@ -0,0 +1,2 @@ +# This task is executed when a project is destroyed. Usually empty. +---