drone ci updates #4

Merged
chris merged 26 commits from development into main 2023-11-17 12:00:45 -05:00
Showing only changes of commit 4a9aa413f0 - Show all commits

View File

@ -8,7 +8,10 @@ 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:
- cd ${DRONE_WORKSPACE} && git log -1 - pwd
- cd ${DRONE_WORKSPACE}
- pwd
- git log -1
- ansible --version - ansible --version
- ansible-lint --version - ansible-lint --version
when: when: