From be2e76a870c92bcef899baa786f97498a172213b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 11:09:40 -0500 Subject: [PATCH] remove hostname/whoami --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) 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