mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-18 15:38:10 +00:00
Summary: This was doing exactly the wrong thing, attempting to update snapshots whenever the Discourse API token was _not_ present. Test Plan: Running `env -u DISCOURSE_TEST_API_KEY ./scripts/update_snapshots.sh` now successfully updates non-Discourse snapshots, rather than emitting an error, “Please set the DISCOURSE_TEST_API_KEY environment variable.”. wchargin-branch: update-snapshots-discourse