Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 5, 2023
1 parent 1f3d536 commit 7990719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build_for_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ echo "$FULL_COVERAGE_REPOS" | while IFS= read -r REPO; do
BRANCH=$(echo "$REPO" | awk '{print $4}')
elif [[ "$VARIANT" == "unstable" ]]; then
BRANCH=$(echo "$REPO" | awk '{print $5}')
endif
fi

if [[ "$TEST" != "True" ]]; then
continue
Expand Down

0 comments on commit 7990719

Please sign in to comment.