diff --git a/setup-cvmfs.sh b/setup-cvmfs.sh index ebe2bb8..380b60b 100755 --- a/setup-cvmfs.sh +++ b/setup-cvmfs.sh @@ -35,6 +35,12 @@ fi echo "Run cvmfs_config setup" sudo cvmfs_config setup +retCongif=$? +if [ $retCongif -ne 0 ]; then + echo "!!! github-action-cvmfs FAILED !!!" + echo "cvmfs_config setup exited with ${retCongif}" + exit $retCongif +fi if [ "$(uname)" == "Darwin" ]; then