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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
d974ca94
Commit
d974ca94
authored
Sep 20, 2021
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecations doc CI job
parent
905e6500
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+0
-14
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-13
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
d974ca94
...
...
@@ -75,17 +75,3 @@ ui-docs-links lint:
needs
:
[]
script
:
-
bundle exec haml-lint -i DocumentationLinks
deprecations-doc check
:
variables
:
SETUP_DB
:
"
false"
extends
:
-
.default-retry
-
.rails-cache
-
.default-before_script
-
.docs:rules:deprecations
stage
:
test
needs
:
[]
script
:
-
bundle exec rake gitlab:docs:check_deprecations
allow_failure
:
true
.gitlab/ci/rules.gitlab-ci.yml
View file @
d974ca94
...
...
@@ -150,13 +150,6 @@
-
"
.markdownlint.yml"
-
"
scripts/lint-doc.sh"
.docs-deprecations-patterns
:
&docs-deprecations-patterns
-
"
doc/deprecations/index.md"
-
"
data/deprecations/*.yml"
-
"
data/deprecations/templates/_deprecation_template.md.erb"
-
"
lib/tasks/gitlab/docs/compile_deprecations.rake"
-
"
tooling/deprecations/docs.rb"
.bundler-patterns
:
&bundler-patterns
-
'
{Gemfile.lock,*/Gemfile.lock,*/*/Gemfile.lock}'
...
...
@@ -470,12 +463,6 @@
changes
:
*docs-patterns
when
:
on_success
.docs:rules:deprecations:
rules
:
-
<<
:
*if-default-refs
changes
:
*docs-deprecations-patterns
when
:
on_success
##################
# GraphQL rules #
##################
...
...
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