Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner 405488bcef Going wild 2024-01-06 21:16:01 +01:00

10
main.js
View file

@ -113,7 +113,7 @@ async function main() {
"--platform", `linux/${cpuArchitecture}`, "--platform", `linux/${cpuArchitecture}`,
"--name", container, "--name", container,
"--volume", workspaceDirectory + ":" + workspaceDirectory, "--volume", workspaceDirectory + ":" + workspaceDirectory,
"--workdir", workspaceDirectory, "--workdir", sourceDirectory,
"--env", "DEBIAN_FRONTEND=noninteractive", "--env", "DEBIAN_FRONTEND=noninteractive",
"--env", "DPKG_COLORS=always", "--env", "DPKG_COLORS=always",
"--env", "FORCE_UNSAFE_CONFIGURE=1", "--env", "FORCE_UNSAFE_CONFIGURE=1",
@ -131,14 +131,6 @@ async function main() {
]) ])
core.endGroup() core.endGroup()
core.startGroup("Check workspaceDirectory")
await exec.exec("docker", [
"exec",
container,
"ls", "-la", workspaceDirectory
])
core.endGroup()
core.startGroup("Check sourceDirectory") core.startGroup("Check sourceDirectory")
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",