Alexander Belanger 4 лет назад
Родитель
Сommit
dd29652f1e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      cli/cmd/apply.go

+ 2 - 0
cli/cmd/apply.go

@@ -818,6 +818,8 @@ func (t *DeploymentHook) PostApply(populatedData map[string]interface{}) error {
 }
 
 func (t *DeploymentHook) OnError(err error) {
+	fmt.Println("running error hook for deployment")
+
 	// if the deployment exists, throw an error for that deployment
 	_, getDeplErr := t.client.GetDeployment(
 		context.Background(),