From 5a3364a5ec497b4dc92f11ec6265612c3323d2cb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 13 Jul 2021 12:59:59 +0200 Subject: [PATCH] Output generated folder --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e77b657..00004a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: commands: - mkdir -p output - ./generate.sh + - ls -lhaR /drone/src/output - name: publish new contents image: 3wordchant/docker-cp-deploy:latest