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
Enes Tasbasi
whats-open-web
Commits
e8189a50
Commit
e8189a50
authored
Jun 03, 2018
by
Andrew Hrdy
Browse files
Added quotes around URL's in gitlab-ci
parent
6d4586ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8189a50
...
...
@@ -7,7 +7,7 @@ stages:
build
:
stage
:
build
variables
:
API_GET_FACILITIES
:
"
https://api.srct.gmu.edu/whatsopen/v2/facilities/"
API_GET_FACILITIES
:
"
'
https://api.srct.gmu.edu/whatsopen/v2/facilities/
'
"
script
:
-
npm install
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
...
...
@@ -18,7 +18,7 @@ build:
build_shopmason
:
stage
:
build
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
:
-
npm install
-
CI=false API_GET_FACILITIES=$API_GET_FACILITIES npm run build
...
...
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