Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
whats-open-web
Commits
ad9851c1
Commit
ad9851c1
authored
Jun 07, 2018
by
Andrew Hrdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2990 additions
and
1648 deletions
+2990
-1648
.gitlab-ci.yml
.gitlab-ci.yml
+5
-3
yarn.lock
yarn.lock
+2985
-1645
No files found.
.gitlab-ci.yml
View file @
ad9851c1
image
:
node:
6.5.0
image
:
node:
8.11.2
stages
:
stages
:
-
build
-
build
...
@@ -9,7 +9,8 @@ build:
...
@@ -9,7 +9,8 @@ build:
variables
:
variables
:
API_GET_FACILITIES
:
"
'https://api.srct.gmu.edu/whatsopen/v2/facilities/'"
API_GET_FACILITIES
:
"
'https://api.srct.gmu.edu/whatsopen/v2/facilities/'"
script
:
script
:
-
npm install
-
npm install -g yarn
-
yarn install
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -20,7 +21,8 @@ build_shopmason:
...
@@ -20,7 +21,8 @@ build_shopmason:
variables
:
variables
:
API_GET_FACILITIES
:
"
'https://api.srct.gmu.edu/whatsopen/v2/facilities/?facility_classifier=shopmason'"
API_GET_FACILITIES
:
"
'https://api.srct.gmu.edu/whatsopen/v2/facilities/?facility_classifier=shopmason'"
script
:
script
:
-
npm install
-
npm install -g yarn
-
yarn install
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
artifacts
:
artifacts
:
paths
:
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