From a922531f504ce4cd3c8af4a5a65525bee4b3f536 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 16:13:03 +0200 Subject: [PATCH] Fixed pipeline stage naming --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 616a8c6..1965f14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: cicd-pipeline +name: build-and-package clone: depth: 1 @@ -55,7 +55,6 @@ kind: pipeline type: docker name: deploy-to-uat -# This stage only starts after 'build-and-package' finishes successfully depends_on: - build-and-package -- 2.47.3