Skip to content

Commit 4b80f23

Browse files
author
Vasileios Karakasis
authored
Merge branch 'master' into bugfix/environment-config
2 parents bd8f1c5 + 73659c0 commit 4b80f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "Working directory: $tmpdir ..."
3737
cd $tmpdir
3838
git clone https://github.com/eth-cscs/reframe.git
3939
cd reframe
40-
found_version=$(./reframe.py -V)
40+
found_version=$(./reframe.py -V | sed -e 's/ (.*)//g')
4141
if [ $found_version != $version ]; then
4242
echo "$0: version mismatch: found $found_version, but required $version" >&2
4343
exit 1

0 commit comments

Comments
 (0)