From b8a3814deb77450d972b1d2824a28e2942529622 Mon Sep 17 00:00:00 2001 From: ruberoid Date: Thu, 16 Oct 2025 22:50:54 +0400 Subject: [PATCH] Made full release sequental vs parallel. --- .drone.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 857b394..24252ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -412,7 +412,7 @@ steps: - text-matcher-nuget # ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - # STAGE 2: Build Docker Images with Kaniko (3 parallel streams) + # STAGE 2: Build Docker Images with Kaniko (sequential) # ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - name: telegram-listener-build-push @@ -437,8 +437,6 @@ steps: --cache-repo=hub.musk.fun/k8s/cache/nocr-telegram-listener \ --compressed-caching=true depends_on: - - telegram-listener-nuget - - text-matcher-nuget - users-nuget - name: telegram-client-build-push @@ -487,9 +485,7 @@ steps: --cache-repo=hub.musk.fun/k8s/cache/nocr-text-matcher \ --compressed-caching=true depends_on: - - telegram-listener-nuget - - text-matcher-nuget - - users-nuget + - telegram-client-build-push - name: text-matcher-migrator-build-push image: gcr.io/kaniko-project/executor:debug @@ -537,9 +533,7 @@ steps: --cache-repo=hub.musk.fun/k8s/cache/nocr-users \ --compressed-caching=true depends_on: - - telegram-listener-nuget - - text-matcher-nuget - - users-nuget + - text-matcher-migrator-build-push - name: users-migrator-build-push image: gcr.io/kaniko-project/executor:debug @@ -576,8 +570,6 @@ steps: - chmod +x deploy.sh - ./deploy.sh "${DRONE_TAG}" "${DRONE_COMMIT_SHA:0:7}" depends_on: - - telegram-client-build-push - - text-matcher-migrator-build-push - users-migrator-build-push when: ref: