From 2a4f2449d7d911539e29922d00ffbb55f00f0b36 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Mon, 17 Jul 2023 11:38:22 -0500 Subject: [PATCH] chuck some logging into ci scripts --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index dfe9318..2489bc0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,6 +26,8 @@ pipeline: commands: - chmod +x ${UNITY_DIR}/ci/before_script.sh - ${UNITY_DIR}/ci/before_script.sh + - ls -lA /root + - find /root/.local secrets: [unity_license] test-playmode: image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}