From a1abbb59b66325ae0fd23fd41295e8fc63a3e794 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sat, 3 Feb 2024 20:47:15 +0100 Subject: [PATCH] pes --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index 91d676e23a..5c215d94a7 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -77,7 +77,7 @@ echo "$THIS_TEST_REPOS" | while IFS= read -r REPO; do [ ! -e ${PACKAGE} ] && git clone $URL --recurse-submodules --shallow-submodules --depth 1 --branch $BRANCH $PACKAGE || echo "$0: not cloning, already there" cd $PACKAGE - [[ -e .gitman.yml || -e .gitman.yaml ]] && gitman install + [[ -e .gitman.yml || -e .gitman.yaml ]] && gitman install || echo "no gitman modules to install" done