aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2024-02-08 08:50:26 +0100
committerArnstein Ressem <aressem@yahooinc.com>2024-02-08 08:50:26 +0100
commit1b25411a01b9614add7e68763e266d84adf456ed (patch)
tree7a843db21075ea19a8ad9681efb02b109e910960 /screwdriver
parent9cfd07a31b5bbf005412fb25b462e097e23118e9 (diff)
Reduce number of releases in archive to stay below limit.
Diffstat (limited to 'screwdriver')
-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 9e345646c13..e9e67c23823 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=50
+MAX_NUMBER_OF_RELEASES=45
# Cloudsmith repo
rpm --import 'https://dl.cloudsmith.io/public/vespa/open-source-rpms/gpg.0F3DA3C70D35DA7B.key'