diff --git a/.drone.yml b/.drone.yml index 2749929..dad4f03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: