We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd8f1c5 + 73659c0 commit 4b80f23Copy full SHA for 4b80f23
ci-scripts/deploy.sh
@@ -37,7 +37,7 @@ echo "Working directory: $tmpdir ..."
37
cd $tmpdir
38
git clone https://github.com/eth-cscs/reframe.git
39
cd reframe
40
-found_version=$(./reframe.py -V)
+found_version=$(./reframe.py -V | sed -e 's/ (.*)//g')
41
if [ $found_version != $version ]; then
42
echo "$0: version mismatch: found $found_version, but required $version" >&2
43
exit 1
0 commit comments