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 5ea757f + 57cb92b commit 73659c0Copy full SHA for 73659c0
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