From 111cb5e62a876c470150e881b889a3b7721b287a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 19 Oct 2023 20:06:51 +0200 Subject: [PATCH] [CI/CD] Trying to prevent race conditions on S3 access from Drone CI automation --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 03972429..06c15140 100644 --- a/.drone.yml +++ b/.drone.yml @@ -351,7 +351,6 @@ steps: - push depends_on: - - update-debian-oldstable-packages - build-ui commands: @@ -453,6 +452,7 @@ steps: depends_on: - build-ui + - update-debian-stable-packages commands: - echo "-- Copying source directory"