mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
debug: stream stdout/stderr
This commit is contained in:
@@ -144,8 +144,10 @@ func TriggerCorePostExtract(appName string, sourceWorkDir string) error {
|
||||
if common.FileExists(processSpecificAppJSON) {
|
||||
common.LogInfo1("Validating app.json file")
|
||||
result, err := common.CallPlugnTrigger(common.PlugnTriggerInput{
|
||||
Trigger: "app-json-is-valid",
|
||||
Args: []string{appName, processSpecificAppJSON},
|
||||
Trigger: "app-json-is-valid",
|
||||
Args: []string{appName, processSpecificAppJSON},
|
||||
StreamStdout: true,
|
||||
StreamStderr: true,
|
||||
})
|
||||
if err != nil {
|
||||
if result.StderrContents() != "" {
|
||||
|
||||
Reference in New Issue
Block a user