Skip to content

Commit

Permalink
CI: Fix extra deb package location for sbuild
Browse files Browse the repository at this point in the history
Pick-to: 6.6
Change-Id: Id64f6f1ed21e2ea09187cabb5b4054a5643dc4bb
Reviewed-by: Toni Saario <[email protected]>
  • Loading branch information
faltsi committed Aug 9, 2023
1 parent 5f72c82 commit 861bb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coin/instructions/debian/debian_build_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ instructions:
"-sAd", "tqtc-focal",
"-c", "{{.Env.COIN_SBUILD_CHROOT}}",
"--build-dir", "output/debian_packages",
"--extra-package={{.Env.COIN_EXTRA_DEBIAN_PACKAGES}}",
"--extra-package={{.AgentWorkingDir}}/debian_packages/",
"--extra-package={{.AgentWorkingDir}}/output/debian_packages/",
"qt-{{.Env.QT_REPO_MODULE_VERSION}}-{{.Env.TESTED_MODULE_PLAIN_COIN}}-src_{{.Env.QT_REPO_MODULE_VERSION}}-1.dsc"]
maxTimeInSeconds: 18000
maxTimeBetweenOutput: 1800
Expand Down

0 comments on commit 861bb97

Please sign in to comment.