From d8b7e85de5e02b59aad77a4d54e85e1f2e8ec35e Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 6 Jan 2024 15:33:04 +0100 Subject: [PATCH] Adding some debugging output --- main.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main.js b/main.js index 148781a..068577f 100644 --- a/main.js +++ b/main.js @@ -95,6 +95,10 @@ async function main() { console.log(details) core.endGroup() + core.startGroup("Check sourceDirectory") + await exec.exec("ls", ["-la", sourceDirectory]) + core.endGroup() + if (cpuArchitecture != "amd64") { core.startGroup("Install QEMU") // Need newer QEMU to avoid errors @@ -183,6 +187,14 @@ async function main() { ]) core.endGroup() + core.startGroup("Check sourceDirectory") + await exec.exec("docker", [ + "exec", + container, + "ls", "-la", sourceDirectory + ]) + core.endGroup() + if (imageTag != "trusty") { core.startGroup("Install build dependencies") await exec.exec("docker", [