Skip to content
Snippets Groups Projects

added iperf chart

Merged mminar requested to merge chart into main
Compare and Show latest version
3 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
1
@@ -24,7 +24,7 @@ markdownlint:
stage: lint
image: registry.gitlab.com/pipeline-components/markdownlint:0.13.3@sha256:05e98b078e72c637e90a15094d012ed63108d101a941c2526833717ae50eb802
script:
- mdl --style all --warnings .
- mdl --warnings .
rules:
- if: >-
$CI_PIPELINE_SOURCE !~ /^(?:push|merge_request_event|schedule|pipeline)$/ &&
@@ -37,6 +37,8 @@ markdownlint:
- "*.MD"
- "**/*.md"
- "**/*.MD"
- ".mdlrc"
- ".markdown.style.rb"
hadolint:
stage: lint
Loading