diff --git a/scripts/ci/create_debian_repo.sh b/scripts/ci/create_debian_repo.sh index 9b486915c270f492f6b7cf3766d5fae95c1f60e6..d8a24876001a8a935024105063f257dc8d583039 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"