diff --git a/main.js b/main.js index ca3ede1..c5e26b2 100644 --- a/main.js +++ b/main.js @@ -165,13 +165,14 @@ async function main() { "-a" + targetArchitecture ].concat(dpkgBuildPackageOpts) ) + runDockerExecStep( + "Run static analysis", + ["lintian"] + .concat(lintianOpts) + .concat("*" + targetArchitecture + ".changes") + ) }) - runDockerExecStep( - "Run static analysis", - ["lintian"].concat(lintianOpts) - ) - runDockerExecStep( "Move artifacts", [