diff options
author | Georg Pfuetzenreuter | 2023-02-21 19:06:56 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-21 19:08:27 +0100 |
commit | ddb72f1cb3e3b6b4dbe11ff36510bf15e226b9aa (patch) | |
tree | 005cd227764a83520dfc67117aac08446c597859 /.pipeline.yml | |
parent | 0730cbb4c20c5d3e32cc2217530d4e27574bc7c7 (diff) | |
download | salt-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>
Diffstat (limited to '.pipeline.yml')
-rw-r--r-- | .pipeline.yml | 18 |
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 |