Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
ad9851c1
Commit
ad9851c1
authored
Jun 07, 2018
by
Andrew Hrdy
Browse files
Change gitlab-ci to use yarn again, now using a later version of node.
parent
e8189a50
Pipeline
#2508
failed with stage
in 2 minutes and 1 second
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ad9851c1
image
:
node:
6.5.0
image
:
node:
8.11.2
stages
:
-
build
...
...
@@ -9,7 +9,8 @@ build:
variables
:
API_GET_FACILITIES
:
"
'https://api.srct.gmu.edu/whatsopen/v2/facilities/'"
script
:
-
npm install
-
npm install -g yarn
-
yarn install
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
artifacts
:
paths
:
...
...
@@ -20,7 +21,8 @@ build_shopmason:
variables
:
API_GET_FACILITIES
:
"
'https://api.srct.gmu.edu/whatsopen/v2/facilities/?facility_classifier=shopmason'"
script
:
-
npm install
-
npm install -g yarn
-
yarn install
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
artifacts
:
paths
:
...
...
yarn.lock
View file @
ad9851c1
This diff is collapsed.
Click to expand it.
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