percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
70 stars 43 forks source link

Allow option to skip update check #1058

Closed chendo closed 1 year ago

chendo commented 2 years ago

The problem

checkForUpdate() is stalling indefinitely (15min+ before build timeout kicks in) on our newer CI infrastructure for an unknown reason. Our current workaround is to patch the node_modules/.bin/percy and remove the checkForUpdate() call.

It would be nice to have an option to skip the update check.

Environment

Details

The checkForUpdate() call in percy hangs forever.

Code to reproduce issue

Unsure how to reproduce this at this point.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.