File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,17 @@ GECKO_VERSION="v0.36.0"
2626UV_VERSION=" 0.9.4"
2727
2828detect_abi
29+ # shellcheck disable=SC2154
2930case " ${abi} " in
30- x86_64)
31+ x86_64)
3132 GECKODRIVER_ARCH=" linux64"
3233 SPIRE_ARCH=" linux_amd64"
3334 ;;
34- arm64|aarch64)
35+ arm64|aarch64)
3536 GECKODRIVER=" linux-aarch64"
3637 SPIRE_ARCH=" linux_arm64"
3738 ;;
38- * )
39+ * )
3940 echo " Unknown architecture: ${abi} "
4041 exit 1
4142 ;;
@@ -59,8 +60,7 @@ curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh
5960. " $HOME " /.local/bin/env
6061
6162# clone baklava-integration repo and install required pip pkgs
62- get_test_program " https://gitlab-ci-token:${GITLAB_TOKEN} @gitlab.com/LinaroLtd/lava/appliance/baklava-integration/docker-tests.git" " docker-tests" " main"
63- git checkout " $BRANCH_NAME "
63+ get_test_program " https://gitlab-ci-token:${GITLAB_TOKEN} @gitlab.com/LinaroLtd/lava/appliance/baklava-integration/docker-tests.git" " docker-tests" " $BRANCH_NAME "
6464
6565export SPIRE_PAT_TOKEN LAVA_TOKEN LAVA_PASSWORD SQUAD_UPLOAD_URL SQUAD_ARCHIVE_SUBMIT_TOKEN
6666
You can’t perform that action at this time.
0 commit comments