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
5f4b179a
Commit
5f4b179a
authored
Nov 21, 2017
by
Nicholas J Anderson
Browse files
Attempt two to convince react-scripts that warnings are okay
parent
0c7e5860
Pipeline
#1762
passed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5f4b179a
...
...
@@ -2,11 +2,9 @@ image: node:6.5.0
build
:
stage
:
build
environment
:
CI
:
false
script
:
-
npm install
-
npm run build
-
CI=false
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