From 558d0370465ba9bd7791f7d090e2eab3b0387005 Mon Sep 17 00:00:00 2001 From: Tobias Perelstein <5562156+tobocop2@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:51:32 -0400 Subject: [PATCH] fix scopes conditional --- dist/platforms/ubuntu/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/run_tests.sh b/dist/platforms/ubuntu/run_tests.sh index 4c50acc..621966a 100755 --- a/dist/platforms/ubuntu/run_tests.sh +++ b/dist/platforms/ubuntu/run_tests.sh @@ -95,7 +95,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then fi PACKAGE_MANIFEST_JSON=$(cat "$PACKAGE_MANIFEST_PATH") - if [ -z "$SCOPED_REGISTRY_URL" || -z "$REGISTRY_SCOPES" ]; then + if [ -z "$SCOPED_REGISTRY_URL" ] || [ -z "$REGISTRY_SCOPES" ]; then echo "$PACKAGE_MANIFEST_JSON" | \ jq \ --arg packageName "$PACKAGE_NAME" \