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
55bcb22b
Commit
55bcb22b
authored
Jun 22, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Remove outdated comments in .gitlab/ci/rules.gitlab-ci.yml
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
e6839dbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-7
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
55bcb22b
...
...
@@ -1027,7 +1027,6 @@
rules
:
-
if
:
'
$CODE_QUALITY_DISABLED'
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
<<
:
*if-default-refs
changes
:
*code-backstage-patterns
allow_failure
:
true
...
...
@@ -1036,7 +1035,6 @@
rules
:
-
if
:
'
$SAST_DISABLED
||
$GITLAB_FEATURES
!~
/\bsast\b/'
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
<<
:
*if-default-refs
changes
:
*code-backstage-qa-patterns
allow_failure
:
true
...
...
@@ -1047,7 +1045,6 @@
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
# The Secret-Detection template already has a `secret_detection_default_branch` job
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
changes
:
*code-backstage-qa-patterns
allow_failure
:
true
...
...
@@ -1055,7 +1052,6 @@
rules
:
-
if
:
'
$DEPENDENCY_SCANNING_DISABLED
||
$GITLAB_FEATURES
!~
/\bdependency_scanning\b/
||
$DS_EXCLUDED_ANALYZERS
=~
/gemnasium([^-]|$)/'
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
<<
:
*if-default-refs
changes
:
*dependency-patterns
allow_failure
:
true
...
...
@@ -1064,7 +1060,6 @@
rules
:
-
if
:
'
$DEPENDENCY_SCANNING_DISABLED
||
$GITLAB_FEATURES
!~
/\bdependency_scanning\b/
||
$DS_EXCLUDED_ANALYZERS
=~
/bundler-audit/'
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
<<
:
*if-default-refs
changes
:
*bundler-patterns
allow_failure
:
true
...
...
@@ -1073,7 +1068,6 @@
rules
:
-
if
:
'
$DEPENDENCY_SCANNING_DISABLED
||
$GITLAB_FEATURES
!~
/\bdependency_scanning\b/
||
$DS_EXCLUDED_ANALYZERS
=~
/retire.js/'
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
<<
:
*if-default-refs
changes
:
*nodejs-patterns
allow_failure
:
true
...
...
@@ -1082,7 +1076,6 @@
rules
:
-
if
:
'
$DEPENDENCY_SCANNING_DISABLED
||
$GITLAB_FEATURES
!~
/\bdependency_scanning\b/
||
$DS_EXCLUDED_ANALYZERS
=~
/gemnasium-python/'
when
:
never
# - <<: *if-default-branch-refs # To be done in a later iteration: https://gitlab.com/gitlab-org/gitlab/issues/31160#note_278188255
-
<<
:
*if-default-refs
changes
:
*python-patterns
allow_failure
:
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