From 3f754b3614f80e67e110b4c4095be090d310fcda Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 12:38:57 +0200 Subject: [PATCH] Added staging behavior to the pipeline --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e996788..779943a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: build and test +name: build clone: disable: true @@ -37,6 +37,8 @@ x-docker-auth: &docker-auth kind: pipeline type: docker name: package +depends_on: + - build clone: disable: true @@ -71,6 +73,8 @@ steps: kind: pipeline type: docker name: deploy +depends_on: + - package clone: disable: true