Skip to content

Commit

Permalink
Move pushing to earlier in build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle committed Nov 19, 2024
1 parent 62d17b2 commit 839a99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
run: |
make hmc-chart-release
make helm-push
make set-hmc-version test-hmc-version helm-push
controller-e2etest:
name: E2E Controller
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ dev-eks-creds: dev-aws-creds
dev-apply: kind-deploy registry-deploy dev-push dev-deploy dev-templates dev-release

.PHONY: test-apply
test-apply: set-hmc-version test-hmc-version helm-push dev-deploy dev-templates dev-release
test-apply: set-hmc-version test-hmc-version dev-deploy dev-templates dev-release

.PHONY: dev-destroy
dev-destroy: kind-undeploy registry-undeploy ## Destroy the development environment by deleting the kind cluster and local registry.
Expand Down

0 comments on commit 839a99e

Please sign in to comment.