From 88437d36120ce968c54b8d1a491946c8e2132685 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 16 Nov 2021 01:47:36 +0100 Subject: [PATCH] CI: fix build-script with new-style version reporting --- ci/RELEASE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/RELEASE.sh b/ci/RELEASE.sh index 77782a5..14edd88 100755 --- a/ci/RELEASE.sh +++ b/ci/RELEASE.sh @@ -140,7 +140,7 @@ fi ### Get version number for this release # # -V=$( cmake -DVERSION_STYLE=short -P CMakeLists.txt ) +V=$( cmake -DVERSION_STYLE=short -P CMakeLists.txt 2>&1 ) test -n "$V" || { echo "Could not obtain version in $BUILDDIR ." ; exit 1 ; } ### Create signed tag