mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-03 09:49:53 -05:00
circleci config fix www_version
This commit is contained in:
parent
4d8b96d558
commit
523c19baaf
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ aliases:
|
|||
S3_LOCAL_DIR: build
|
||||
SENTRY_ORG: scratch-foundation
|
||||
SKIP_CLEANUP: true
|
||||
WWW_VERSION: ${CIRCLE_SHA1:0:5}
|
||||
# WWW_VERSION: ${CIRCLE_SHA1:0:5}
|
||||
- &env_production
|
||||
API_HOST: https://api.scratch.mit.edu
|
||||
ASSET_HOST: https://assets.scratch.mit.edu
|
||||
|
@ -96,7 +96,7 @@ jobs:
|
|||
name: "Run npm test to build"
|
||||
command: |
|
||||
npm --production=false ci
|
||||
npm run test
|
||||
WWW_VERSION=${CIRCLE_SHA1:0:5} npm run test
|
||||
- *save_npm_cache
|
||||
- *save_git_cache
|
||||
- *save_build_cache
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
name: "Run npm test to build"
|
||||
command: |
|
||||
npm --production=false ci
|
||||
npm run test
|
||||
WWW_VERSION=${CIRCLE_SHA1:0:5} npm run test npm run test
|
||||
- *save_npm_cache
|
||||
- *save_git_cache
|
||||
- *save_build_cache
|
||||
|
|
Loading…
Reference in a new issue