Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
523c19ba
Commit
523c19ba
authored
Nov 09, 2020
by
BryceLTaylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci config fix www_version
parent
4d8b96d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.circleci/config.yml
.circleci/config.yml
+3
-3
No files found.
.circleci/config.yml
View file @
523c19ba
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment