microbit-foundation / python-editor-v3

Micro:bit Educational Foundation Python Editor V3
https://python.microbit.org
MIT License
54 stars 36 forks source link

Update stage calculation #1093

Closed microbit-matt-hillsdon closed 1 year ago

microbit-matt-hillsdon commented 1 year ago

Closes #1092

github-actions[bot] commented 1 year ago

Preview build will be at https://review-python-editor-v3.microbit.org/fix-prod-stage/

microbit-matt-hillsdon commented 1 year ago
➜  python-editor-v3 git:(fix-prod-stage) ✗ GITHUB_REF=refs/tags/v3.0.14 node bin/print-ci-env-stage.js
STAGE=PRODUCTION
REACT_APP_STAGE=PRODUCTION
➜  python-editor-v3 git:(fix-prod-stage) ✗ GITHUB_REF=refs/heads/dave node bin/print-ci-env-stage.js
STAGE=REVIEW
REACT_APP_STAGE=REVIEW
➜  python-editor-v3 git:(fix-prod-stage) ✗ GITHUB_REF=refs/heads/main node bin/print-ci-env-stage.js
STAGE=STAGING
REACT_APP_STAGE=STAGING