Skip to content

Commit

Permalink
fix: faulty dependency updates in changelog
Browse files Browse the repository at this point in the history
need to commit earlier so the report is committed before jx changelog is run
  • Loading branch information
msvticket committed Apr 26, 2023
1 parent b1b1522 commit 87d243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 87d243d

Please sign in to comment.