diff options
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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("") } |
