aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver/upload-rpm-to-artifactory.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-06-07 09:24:58 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-06-08 11:41:30 +0200
commite68334191733421bd3772b224a81b1abbb080424 (patch)
tree9a6a5523c6fdbcf3a13f290455049e5418e6e817 /screwdriver/upload-rpm-to-artifactory.sh
parent38e71d4979792c42b0d163268ad1335cf3176b37 (diff)
Use CentOS Stream 8 on Vespa 8
Diffstat (limited to 'screwdriver/upload-rpm-to-artifactory.sh')
-rwxr-xr-xscrewdriver/upload-rpm-to-artifactory.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/upload-rpm-to-artifactory.sh b/screwdriver/upload-rpm-to-artifactory.sh
index 9482bc2dc6a..0c679debb48 100755
--- a/screwdriver/upload-rpm-to-artifactory.sh
+++ b/screwdriver/upload-rpm-to-artifactory.sh
@@ -5,7 +5,7 @@ set -euo pipefail
RPM=$1
OS_DISTRO=centos
-RELEASEVER=7
+RELEASEVER=8
MATURITY=release
BASEARCH=x86_64