Commit 523c19ba authored by BryceLTaylor's avatar BryceLTaylor

circleci config fix www_version

parent 4d8b96d5
...@@ -15,7 +15,7 @@ aliases: ...@@ -15,7 +15,7 @@ aliases:
S3_LOCAL_DIR: build S3_LOCAL_DIR: build
SENTRY_ORG: scratch-foundation SENTRY_ORG: scratch-foundation
SKIP_CLEANUP: true SKIP_CLEANUP: true
WWW_VERSION: ${CIRCLE_SHA1:0:5} # WWW_VERSION: ${CIRCLE_SHA1:0:5}
- &env_production - &env_production
API_HOST: https://api.scratch.mit.edu API_HOST: https://api.scratch.mit.edu
ASSET_HOST: https://assets.scratch.mit.edu ASSET_HOST: https://assets.scratch.mit.edu
...@@ -96,7 +96,7 @@ jobs: ...@@ -96,7 +96,7 @@ jobs:
name: "Run npm test to build" name: "Run npm test to build"
command: | command: |
npm --production=false ci npm --production=false ci
npm run test WWW_VERSION=${CIRCLE_SHA1:0:5} npm run test
- *save_npm_cache - *save_npm_cache
- *save_git_cache - *save_git_cache
- *save_build_cache - *save_build_cache
...@@ -113,7 +113,7 @@ jobs: ...@@ -113,7 +113,7 @@ jobs:
name: "Run npm test to build" name: "Run npm test to build"
command: | command: |
npm --production=false ci npm --production=false ci
npm run test WWW_VERSION=${CIRCLE_SHA1:0:5} npm run test npm run test
- *save_npm_cache - *save_npm_cache
- *save_git_cache - *save_git_cache
- *save_build_cache - *save_build_cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment