From 4b4a8c7aaa2fb78d3ad1a379b7b22690d6d9b788 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 26 Dec 2023 05:40:56 +0100 Subject: [PATCH] [CI/CD] Another fix. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e011033d..a2384f44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -397,7 +397,7 @@ steps: Description: Universal command executor and automation hub. EOF - mkdir -p "$POOL_PATH" - - rm -f "$POOL_PATH/*.deb" + - rm -f "$POOL_PATH/"*.deb - dpkg --build "$GIT_BUILD_DIR" - echo "--- Copying $GIT_DEB to $POOL_PATH" @@ -492,11 +492,11 @@ steps: Homepage: https://platypush.tech Description: Universal command executor and automation hub. EOF + - mkdir -p "$POOL_PATH" + - rm -f "$POOL_PATH/"*.deb - dpkg --build "$GIT_BUILD_DIR" - echo "--- Copying $GIT_DEB to $POOL_PATH" - - mkdir -p "$POOL_PATH" - - rm -f "$POOL_PATH/*.deb" - cp "$GIT_DEB" "$POOL_PATH" # If main/all/Packages doesn't exist, then we should create the first main release