From b29ab89226145e381eadc771253608b1f53df954 Mon Sep 17 00:00:00 2001 From: Pietro Abate Date: Thu, 27 Mar 2025 12:03:27 +0100 Subject: [PATCH] packages: remove gcplock during packages upload --- scripts/ci/create_debian_repo.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/ci/create_debian_repo.sh b/scripts/ci/create_debian_repo.sh index 9b486915c270..d8a24876001a 100755 --- a/scripts/ci/create_debian_repo.sh +++ b/scripts/ci/create_debian_repo.sh @@ -156,9 +156,4 @@ export GOOGLE_OAUTH_ACCESS_TOKEN echo "Push to $BUCKET" -. scripts/ci/gcslock.sh -echo "Locking bucket for writing $BUCKET" -lock "$BUCKET" 120 gsutil -m cp -r public/* gs://"${BUCKET}" -unlock "$BUCKET" -echo "$BUCKET unlocked" -- GitLab