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
3f055814
Commit
3f055814
authored
Jan 17, 2018
by
Nicholas J Anderson
Browse files
Now I remember why CI was set to false.
It's because linting is fatal when CI=true (default)
parent
6b5115e5
Pipeline
#1992
passed with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3f055814
...
@@ -9,7 +9,7 @@ build:
...
@@ -9,7 +9,7 @@ build:
-
>
-
>
sed "s|^const API_GET_FACILITIES .*|const API_GET_FACILITIES = '$API_GET_FACILITIES';|" -i src/actions/api.js
sed "s|^const API_GET_FACILITIES .*|const API_GET_FACILITIES = '$API_GET_FACILITIES';|" -i src/actions/api.js
-
yarn install
-
yarn install
-
npm run build
-
CI=false
npm run build
artifacts
:
artifacts
:
paths
:
paths
:
-
build
-
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