main: remove -tc flag from dpkg-buildpackage

This commit is contained in:
Dawid Dziurla 2021-01-02 23:27:33 +01:00
parent 0db3597f3e
commit c8bb3a8097
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -145,7 +145,7 @@ async function main() {
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",
container, container,
"dpkg-buildpackage", "-tc" "dpkg-buildpackage"
]) ])
core.endGroup() core.endGroup()