From 87d243dd7ebbc88b11010dc7b1d1081f60a12ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Wed, 26 Apr 2023 14:30:43 +0200 Subject: [PATCH] fix: faulty dependency updates in changelog need to commit earlier so the report is committed before jx changelog is run --- src/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.mk b/src/Makefile.mk index fa69a3a5a..68f28ed5d 100644 --- a/src/Makefile.mk +++ b/src/Makefile.mk @@ -282,7 +282,7 @@ regen-none: # we just merged a PR so lets perform any extra checks after the merge but before the kubectl apply .PHONY: apply -apply: regen-check report $(KUBEAPPLY) commit push gitops-postprocess verify annotate-resources apply-completed status +apply: regen-check report commit $(KUBEAPPLY) push gitops-postprocess verify annotate-resources apply-completed status .PHONY: report report: