From d9f39f89c9516ef1077090a4cec11eb7583c7671 Mon Sep 17 00:00:00 2001 From: Patrick Baudin <patrick.baudin@cea.fr> Date: Tue, 5 Jul 2022 13:01:01 +0200 Subject: [PATCH] [Script] ./bin/tests.sh - fixes pull --- bin/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test.sh b/bin/test.sh index 6a6e27747fb..ff773d26bcc 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -142,6 +142,7 @@ function CloneCache function PullCache { + CloneCache Head "Pull WP cache (to $FRAMAC_WP_CACHEDIR)..." Run git -C $FRAMAC_WP_CACHEDIR pull --rebase } -- GitLab