summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-02-21 19:06:56 +0100
committerGeorg Pfuetzenreuter2023-02-21 19:08:27 +0100
commitddb72f1cb3e3b6b4dbe11ff36510bf15e226b9aa (patch)
tree005cd227764a83520dfc67117aac08446c597859
parent0730cbb4c20c5d3e32cc2217530d4e27574bc7c7 (diff)
downloadsalt-ddb72f1cb3e3b6b4dbe11ff36510bf15e226b9aa.tar.gz
salt-ddb72f1cb3e3b6b4dbe11ff36510bf15e226b9aa.tar.bz2
salt-ddb72f1cb3e3b6b4dbe11ff36510bf15e226b9aa.zip
Disable commit linting
Temporary change until imports with existing messages are finished. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r--.pipeline.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.pipeline.yml b/.pipeline.yml
index cdbafd4..6df315a 100644
--- a/.pipeline.yml
+++ b/.pipeline.yml
@@ -3,15 +3,15 @@
skip_clone: true
pipeline:
- commit_lint:
- image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline-gommit:latest
- secrets: [ci_netrc_username, ci_netrc_password, ci_netrc_machine]
- when:
- event: [push]
- commands:
- - git clone --single-branch -b $CI_COMMIT_BRANCH $CI_REPO_LINK ../salt-libertacasa-commit-linting
- - cd ../salt-libertacasa-commit-linting
- - bin/lint-commits.pl production
+ # commit_lint:
+ # image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline-gommit:latest
+ # secrets: [ci_netrc_username, ci_netrc_password, ci_netrc_machine]
+ # when:
+ # event: [push]
+ # commands:
+ # - git clone --single-branch -b $CI_COMMIT_BRANCH $CI_REPO_LINK ../salt-libertacasa-commit-linting
+ # - cd ../salt-libertacasa-commit-linting
+ # - bin/lint-commits.pl production
code_lint:
image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline-lint:latest