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