Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
bea1f474e5
commit
9bc322761d
|
@ -2,12 +2,11 @@ when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
ansible-lint:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- apk add ansible ansible-lint
|
- apk add ansible ansible-lint
|
||||||
# - cd slococo/playground
|
- export ANSIBLE_COLLECTION=slococo/playground
|
||||||
# - ansible-galaxy collection install .
|
- ansible-galaxy collection install -r "$ANSIBLE_COLLECTION"/requirements.yml
|
||||||
- ansible-galaxy collection install -r slococo/playground/requirements.yml
|
- ansible-playbook "$ANSIBLE_COLLECTION"/playbooks/main.yml --syntax-check
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
- ls -al
|
|
||||||
|
|
Loading…
Reference in New Issue