remove hostname/whoami
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-17 11:09:40 -05:00
parent ae6f03030e
commit be2e76a870

View File

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