diff options
author | Georg Pfuetzenreuter | 2023-02-25 16:47:21 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-25 16:47:21 +0100 |
commit | cc007e6470a54311fac2facd1c6e9b321a3a4f28 (patch) | |
tree | 4b5a33871977947b1ae94041dd6be49d1bc03991 /.pipeline.yml | |
parent | c8c91269fda61fcf37ce9cb821c0bd83d32125ab (diff) | |
parent | ddb72f1cb3e3b6b4dbe11ff36510bf15e226b9aa (diff) | |
download | salt-cc007e6470a54311fac2facd1c6e9b321a3a4f28.tar.gz salt-cc007e6470a54311fac2facd1c6e9b321a3a4f28.tar.bz2 salt-cc007e6470a54311fac2facd1c6e9b321a3a4f28.zip |
Merge pull request 'Import moni Prometheus configuration' (#32) from prometheus-moni into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/32
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 |