diff --git a/.drone.yml b/.drone.yml index 4233cca..2749929 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,6 @@ steps: - name: "Verify environment" image: gitea.thezengarden.net/podman/images/ansible-dev:latest commands: - - hostname - - whoami - cd ${DRONE_WORKSPACE} && git log -1 - ansible --version - ansible-lint --version