mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
lint missing roles
This commit is contained in:
parent
d2e65babc7
commit
21e5d85e50
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ stages:
|
||||||
- pip install ansible-lint
|
- pip install ansible-lint
|
||||||
- shellcheck algo install.sh
|
- shellcheck algo install.sh
|
||||||
- ansible-playbook main.yml --syntax-check
|
- ansible-playbook main.yml --syntax-check
|
||||||
- ansible-lint -v *.yml
|
- ansible-lint -v *.yml roles/{local,cloud-*}/*/*.yml
|
||||||
|
|
||||||
- &deploy-local
|
- &deploy-local
|
||||||
stage: Deploy
|
stage: Deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue