From 3391e1617857b041e99ef84669c3ba4ac68169c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Mon, 23 Nov 2020 13:34:08 +0100 Subject: [PATCH] Use tag instead of sha --- tools/docker/scripts/test_regtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/scripts/test_regtest.sh b/tools/docker/scripts/test_regtest.sh index bf3b7f2f0f..931f561983 100755 --- a/tools/docker/scripts/test_regtest.sh +++ b/tools/docker/scripts/test_regtest.sh @@ -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