فهرست منبع

add debug line

Alexander Belanger 4 سال پیش
والد
کامیت
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(),