From fd4b03d2f98233c85664f72aecb995ec25f92484 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 09:52:40 -0500 Subject: [PATCH] add whoami to verify what user we are --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 608bdb6..9160e66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,11 @@ steps: ANSIBLE_INVENTORY: from_secret: ansible_inventory commands: - - ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml + # - ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml - ansible-lint --offline $DRONE_WORKSPACE - ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml - echo "Build complete and successful for $DRONE_REPO_NAME" + - whoami when: branch: - development