mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Use tag instead of sha
This commit is contained in:
parent
4b86e7e9df
commit
3391e16178
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue