This commit is contained in:
@@ -136,8 +136,7 @@ fi
|
||||
echo "=== [inner] Running mosaic gateway verify ==="
|
||||
# `gateway verify` was added in feat/mosaic-first-run-ux.
|
||||
# If the installed version pre-dates this, skip gracefully.
|
||||
gateway_help="$(mosaic gateway --help 2>&1 || true)"
|
||||
if ! grep -q 'verify' <<<"$gateway_help"; then
|
||||
if ! bash /repo/tools/e2e-gateway-verify-supported.sh; then
|
||||
echo "[SKIP] 'mosaic gateway verify' not available in installed version ${INSTALLED_VERSION}."
|
||||
echo "[SKIP] This command was added in the feat/mosaic-first-run-ux release."
|
||||
echo "[SKIP] Re-run after the new version is published to validate this step."
|
||||
|
||||
Reference in New Issue
Block a user