main: remove debug exec

This commit is contained in:
Dawid Dziurla 2020-12-26 18:32:45 +01:00 committed by GitHub
parent d5f27fec3a
commit 0db3597f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,11 +94,6 @@ async function main() {
container,
"bash", "-c", "echo 'APT::Get::Assume-Yes \"true\";' > /etc/apt/apt.conf.d/00noconfirm"
])
await exec.exec("docker", [
"exec",
container,
"bash", "-c", "cat /etc/apt/apt.conf.d/00noconfirm"
])
await exec.exec("docker", [
"exec",
container,