Skip to content

Commit

Permalink
Merge pull request #13361 from PennyDreadfulMTG/skip-perf-checks-not-…
Browse files Browse the repository at this point in the history
…on-usertime

Skip perf checks when not on usertime
  • Loading branch information
bakert authored Nov 25, 2024
2 parents 7c02ee9 + 0d46d89 commit afa2faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
export SKIP_PERF_CHECKS=1
export PIPENV_VENV_IN_PROJECT="enabled"
APP="$@"
if [ $# -lt "1" ]
Expand Down

0 comments on commit afa2faf

Please sign in to comment.