summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 19:05:39 -0500
committerJeff Carr <[email protected]>2025-10-07 19:05:39 -0500
commit48bcafb2e388295567476f35e45b814f71692061 (patch)
tree285795e6835803eee96d6a75ea2c91518a854b28 /doBuild.go
parente689e0c08ed981fe92ab28c1ca8adbd0f3440cae (diff)
break up these steps somewhatv0.1.24
Diffstat (limited to 'doBuild.go')
-rw-r--r--doBuild.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/doBuild.go b/doBuild.go
index 4860150..6267b85 100644
--- a/doBuild.go
+++ b/doBuild.go
@@ -30,11 +30,6 @@ func doBuild() error {
if argv.Build.Debian != nil {
doBuildDeb()
- if totalBuilt > 0 {
- if _, err := shell.RunRealtimeError([]string{"do-aptly"}); err != nil {
- me.sh.BadExit("aptly failed", nil)
- }
- }
okExit("")
}