Use tag instead of sha

This commit is contained in:
Ole Schütt 2020-11-23 13:34:08 +01:00 committed by Ole Schütt
parent 4b86e7e9df
commit 3391e16178

View file

@ -22,7 +22,7 @@ fi
# Switch to stable DBCSR version if requested.
if [ -n "${USE_STABLE_DBCSR}" ] ; then
echo "Switching to stable DBCSR version..."
if ! git -C cp2k/exts/dbcsr checkout -b v2.1.0-rc16 6c52382 ; then
if ! git -C cp2k/exts/dbcsr checkout v2.1.0-rc16 ; then
echo -e "\nSummary: Could not checkout stable DBCSR version."
echo -e "Status: FAILED\n"
exit 0