Fix: Forgot 'fi' to end if clause in bash snippet
This commit is contained in:
parent
31b9182b53
commit
e2a805b74f
@ -47,4 +47,4 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "Version and git tag match. Check passed."
|
echo "Version and git tag match. Check passed."
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user