grrr
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-17 11:10:12 -05:00
parent be2e76a870
commit 4a9aa413f0

View File

@ -8,7 +8,10 @@ steps:
- name: "Verify environment"
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
commands:
- cd ${DRONE_WORKSPACE} && git log -1
- pwd
- cd ${DRONE_WORKSPACE}
- pwd
- git log -1
- ansible --version
- ansible-lint --version
when: