main: tweak dpkg-buildpackage flags

This commit is contained in:
Dawid Dziurla 2020-03-26 11:16:30 +01:00 committed by GitHub
parent 3562c66159
commit 1d3348542a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ async function main() {
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",
container, container,
"dpkg-buildpackage", "-S", "-us", "-uc" "dpkg-buildpackage", "-tc"
]) ])
core.endGroup() core.endGroup()
} catch (error) { } catch (error) {