Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
813 commits behind the upstream repository.
check_version.sh 100 B
#!/usr/bin/env bash

set -e

cat fsl/version.py | egrep "^__version__ += +'$CI_COMMIT_REF_NAME' *$"