From 84a1d9440d2b9ef6e7c02462952bcbf5a2159021 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Sat, 13 Nov 2021 14:09:28 -0600 Subject: [PATCH] Default build name uses ROCKY_VERSION --- run-openqa-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-openqa-tests.sh b/run-openqa-tests.sh index 3f2684da..109257b1 100755 --- a/run-openqa-tests.sh +++ b/run-openqa-tests.sh @@ -5,7 +5,7 @@ ROCKY_FLAVOR=$1 ROCKY_VERSION=8.5 ROCKY_ARCH=x86_64 ROCKY_PACKAGE_SET=minimal -BUILD_PREFIX="8.5_RC1_$ROCKY_FLAVOR" +BUILD_PREFIX="${ROCKY_VERSION}_${ROCKY_FLAVOR}" BUILD_NAME="${BUILD_PREFIX}_$(date +%Y%m%d.%H%M%S).0" if [[ "$ROCKY_FLAVOR" == "dvd-iso" || "$ROCKY_FLAVOR" == "universal" ]]; then