diff --git a/main.js b/main.js index f5c0467..c799dd3 100644 --- a/main.js +++ b/main.js @@ -131,15 +131,7 @@ async function main() { ]) core.endGroup() - core.startGroup("Check sourceDirectory") - await exec.exec("docker", [ - "exec", - container, - "ls", "-la", sourceDirectory - ]) - core.endGroup() - - core.startGroup("Show container inspect") + core.startGroup("Show container ispect") await exec.exec("docker", [ "inspect", container @@ -202,6 +194,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", [