ci: syntax
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-06 23:40:10 +02:00
parent 5436e47ad8
commit a25f80278c

View file

@ -11,7 +11,7 @@ steps:
- ansible-galaxy install -r requirements.yml - ansible-galaxy install -r requirements.yml
- ansible-lint --force-color --format pep8 - ansible-lint --force-color --format pep8
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands # https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
secrets: [ vaultpass ] secrets: [vaultpass]
when: when:
- event: [push, pull_request] - event: [push, pull_request]
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'