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
895ff2e5
Commit
895ff2e5
authored
Feb 03, 2018
by
Andrew Hrdy
Browse files
Fixed error (forgot a $). See issue #16.
parent
8d2ac92c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
895ff2e5
...
...
@@ -11,7 +11,7 @@ build:
script
:
-
npm install -g yarn
-
yarn install
-
CI=false REACT_APP_API_GET_FACILITIES=API_GET_FACILITIES npm run build
-
CI=false REACT_APP_API_GET_FACILITIES=
$
API_GET_FACILITIES npm run build
artifacts
:
paths
:
-
build
...
...
@@ -23,7 +23,7 @@ build_shopmason:
script
:
-
npm install -g yarn
-
yarn install
-
CI=false REACT_APP_API_GET_FACILITIES=API_GET_FACILITIES npm run build
-
CI=false REACT_APP_API_GET_FACILITIES=
$
API_GET_FACILITIES npm run build
artifacts
:
paths
:
-
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