From 3033e00ec80215b10b6546b10fa6dbedd52ecee4 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 15 Nov 2023 16:15:20 +0100 Subject: [PATCH] wip --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index 869d519312..7dc27add22 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -50,7 +50,7 @@ echo "$REPOS" | while IFS= read -r REPO; do PACKAGE=$(echo "$REPO" | awk '{print $1}') URL=$(echo "$REPO" | awk '{print $2}') - BRANCH=$(echo "$REPO" | awk '{print $4}') + BRANCH=$(echo "$REPO" | awk '{print $3}') echo "$0: cloning '$URL --depth 1 --branch $BRANCH' into '$PACKAGE'" git clone $URL --recurse-submodules --shallow-submodules --depth 1 --branch $BRANCH $PACKAGE