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
6b5115e5
Commit
6b5115e5
authored
Jan 17, 2018
by
Nicholas J Anderson
Browse files
Do an in-place replacement, don't spit to stdout, oops.
parent
9ea31e07
Pipeline
#1991
failed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b5115e5
...
...
@@ -7,7 +7,7 @@ build:
script
:
-
npm install -g yarn
-
>
sed "s|^const API_GET_FACILITIES .*|const API_GET_FACILITIES = '$API_GET_FACILITIES';|" src/actions/api.js
sed "s|^const API_GET_FACILITIES .*|const API_GET_FACILITIES = '$API_GET_FACILITIES';|"
-i
src/actions/api.js
-
yarn install
-
npm run build
artifacts
:
...
...
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