summaryrefslogtreecommitdiffhomepage
path: root/desktop/scripts/release
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-04-04 13:02:13 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-04-08 09:36:48 +0200
commiteb3239735514f434e6ecf3e2721498eae35d659a (patch)
tree26c3a2d3513c99baa59940523e21f6b3010a7436 /desktop/scripts/release
parent666455314b4339d7ee5200e750bf0c67631373a0 (diff)
downloadmullvadvpn-eb3239735514f434e6ecf3e2721498eae35d659a.tar.xz
mullvadvpn-eb3239735514f434e6ecf3e2721498eae35d659a.zip
Remove check for gh command in 5-update-and-publish-metadata
Diffstat (limited to 'desktop/scripts/release')
-rwxr-xr-xdesktop/scripts/release/5-update-and-publish-metadata10
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/scripts/release/5-update-and-publish-metadata b/desktop/scripts/release/5-update-and-publish-metadata
index dd72c2d948..ec385565f8 100755
--- a/desktop/scripts/release/5-update-and-publish-metadata
+++ b/desktop/scripts/release/5-update-and-publish-metadata
@@ -19,16 +19,6 @@ if [ $# -ne 3 ]; then
exit 1
fi
-# Duplicated from /scripts/utils/gh-ready-check
-if ! command -v gh > /dev/null; then
- echo "gh (GitHub CLI) is required to run this script"
- exit 1
-fi
-if ! gh auth status > /dev/null; then
- echo "Authentication through gh (GitHub CLI) is required to run this script"
- exit 1
-fi
-
PRODUCT_VERSION=$1
BUILDSERVER_HOST=$2
METADATA_SERVER_HOST=$3