summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2024-04-29 09:09:34 +0200
committerGitHub <noreply@github.com>2024-04-29 09:09:34 +0200
commitc1c1335f0a4c6a16945e16b5a6cddeef82808bad (patch)
treef46adfd105fc1c016a3efc71c0eb4bef722f4d08
parent1e2a76b63f79a3f1b06830b14f9b3ad5ada5ce23 (diff)
parentb4b650e823795f842a90650f78683acdd9d310c2 (diff)
Merge pull request #31074 from vespa-engine/aressem/clean-out-more-vespa-rel
Keep only 40 last releases.
-rwxr-xr-xscrewdriver/delete-old-cloudsmith-artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/delete-old-cloudsmith-artifacts.sh b/screwdriver/delete-old-cloudsmith-artifacts.sh
index e9e67c23823..552175f7a69 100755
--- a/screwdriver/delete-old-cloudsmith-artifacts.sh
+++ b/screwdriver/delete-old-cloudsmith-artifacts.sh
@@ -2,7 +2,7 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -euo pipefail
-MAX_NUMBER_OF_RELEASES=45
+MAX_NUMBER_OF_RELEASES=40
# Cloudsmith repo
rpm --import 'https://dl.cloudsmith.io/public/vespa/open-source-rpms/gpg.0F3DA3C70D35DA7B.key'