From 0def5aff5555de8bf742a460ca2d3b281a62b2ad Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 16 Nov 2023 22:03:22 -0500 Subject: [PATCH] update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b9baca6..f8e1915 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - dnf update -y - dnf install -y python3-pip git hostname - pip3 install ansible-core==2.14.11 ansible-lint==6.13.1 + - ls -ltra /drone/src # - mkdir /opt/test # - git clone https://gitea.thezengarden.net/chris/drone-test-1.git /opt/test/drone-test-1