Skip to content

Commit 73659c0

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1108 from vkarak/ci/update-deployment-script
[ci] Update deployment script to recognize the new version output
2 parents 5ea757f + 57cb92b commit 73659c0

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)