From a88fe8cedea040b1b6e999bb67b6bcde159b825a Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Wed, 8 Nov 2023 20:30:35 +0100 Subject: [PATCH] Execute clean and prepare sequencially in the deploy task --- src/Taskfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Taskfile.yaml b/src/Taskfile.yaml index 0b4527a..eee4929 100644 --- a/src/Taskfile.yaml +++ b/src/Taskfile.yaml @@ -177,9 +177,9 @@ tasks: deploy: desc: Install plugin package in Corporate Memory deps: - - clean - - build cmds: + - task: clean + - task: build - cmemc admin workspace python install dist/*.tar.gz - cmemc admin workspace python list-plugins