aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-04-29 09:02:44 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-04-29 09:02:44 +0200
commitb4b650e823795f842a90650f78683acdd9d310c2 (patch)
tree01a4fa9f511d0a9c860a844c8d42adec5f0a73ad
parent5dbb7e9dfd72371125e797204aecfbbcbd1f40cd (diff)
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'