Compare commits

..

No commits in common. "7ef54079a6a2971630887006d7cae9ba7ac9897a" and "6096be0f8107b89e50bc54ffd224fd3e88ca8c2f" have entirely different histories.

2 changed files with 2 additions and 16 deletions

View File

@ -1,19 +1,6 @@
---
# yamllint disable rule:line-length
skip_clone: true skip_clone: true
pipeline: pipeline:
lint:
image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline-lint: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-linting
- cd ../salt-libertacasa-linting
- find . -type f \( -name '*.yaml' -o -name '*.yml' \) -exec yamllint -f colored -s {} +
- find . -name '*.sls' -exec salt-lint --severity {} +
check: check:
image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline:latest image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline:latest
secrets: [ ci_netrc_username, ci_netrc_password, ci_netrc_machine ] secrets: [ ci_netrc_username, ci_netrc_password, ci_netrc_machine ]

View File

@ -1,4 +1,3 @@
---
- firewalld - firewalld
- keepalived - keepalived
- nginx - nginx