diff options
Diffstat (limited to 'test/scripts/utils')
| -rwxr-xr-x | test/scripts/utils/lib.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scripts/utils/lib.sh b/test/scripts/utils/lib.sh index 2c8effb895..320300adb3 100755 --- a/test/scripts/utils/lib.sh +++ b/test/scripts/utils/lib.sh @@ -20,7 +20,8 @@ function get_test_utils_dir { } # Infer stable version from GitHub repo -RELEASES=$(curl -sf https://api.github.com/repos/mullvad/mullvadvpn-app/releases | jq -r '[.[] | select(((.tag_name|(startswith("android") or startswith("ios"))) | not))]') +RELEASES=$(curl -sf https://api.github.com/repos/mullvad/mullvadvpn-app/releases | \ + jq -r '[.[] | select(((.tag_name|(startswith("android") or startswith("ios") or startswith("desktop/installer"))) | not))]') LATEST_STABLE_RELEASE=$(jq -r '[.[] | select(.prerelease==false)] | .[0].tag_name' <<<"$RELEASES") commit=$(git rev-parse HEAD^\{commit\}) |
