From 1b25411a01b9614add7e68763e266d84adf456ed Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Thu, 8 Feb 2024 08:50:26 +0100 Subject: Reduce number of releases in archive to stay below limit. --- screwdriver/delete-old-cloudsmith-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screwdriver') 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' -- cgit v1.2.3