Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
ed437b24
Commit
ed437b24
authored
Sep 02, 2019
by
Winnie Hellmann
Committed by
Kushal Pandya
Sep 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove lint:javascript:report job
parent
b7398bc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
21 deletions
+1
-21
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+0
-19
.gitlab/ci/pages.gitlab-ci.yml
.gitlab/ci/pages.gitlab-ci.yml
+1
-2
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
ed437b24
...
...
@@ -234,25 +234,6 @@ qa-frontend-node:latest:
image
:
node:latest
allow_failure
:
true
lint:javascript:report:
extends
:
-
.default-tags
-
.default-retry
-
.default-cache
-
.except-docs
variables
:
SETUP_DB
:
"
false"
stage
:
post-test
dependencies
:
[]
script
:
-
date
-
yarn run eslint-report ||
true
# ignore exit code
artifacts
:
name
:
eslint-report
expire_in
:
31d
paths
:
-
eslint-report.html
jsdoc
:
extends
:
-
.default-tags
...
...
.gitlab/ci/pages.gitlab-ci.yml
View file @
ed437b24
...
...
@@ -9,13 +9,12 @@ pages:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
stage
:
pages
dependencies
:
[
"
coverage"
,
"
karma"
,
"
gitlab:assets:compile"
,
"
lint:javascript:report"
,
"
jsdoc"
]
dependencies
:
[
"
coverage"
,
"
karma"
,
"
gitlab:assets:compile"
,
"
jsdoc"
]
script
:
-
mv public/ .public/
-
mkdir public/
-
mv coverage/ public/coverage-ruby/ ||
true
-
mv coverage-javascript/ public/coverage-javascript/ ||
true
-
mv eslint-report.html public/ ||
true
-
mv webpack-report/ public/webpack-report/ ||
true
-
cp .public/assets/application-*.css public/application.css ||
true
-
cp .public/assets/application-*.css.gz public/application.css.gz ||
true
...
...
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