chuck some logging into ci scripts
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Branden J Brown 2023-07-17 11:38:22 -05:00
parent 3920414859
commit 2a4f2449d7
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ pipeline:
commands: commands:
- chmod +x ${UNITY_DIR}/ci/before_script.sh - chmod +x ${UNITY_DIR}/ci/before_script.sh
- ${UNITY_DIR}/ci/before_script.sh - ${UNITY_DIR}/ci/before_script.sh
- ls -lA /root
- find /root/.local
secrets: [unity_license] secrets: [unity_license]
test-playmode: test-playmode:
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}