Skip to content

Commit

Permalink
Merge pull request #333 from inteon/remove_deprecated_make_target
Browse files Browse the repository at this point in the history
Remove deprecated make targets
  • Loading branch information
jetstack-bot authored Jan 3, 2024
2 parents 8646a99 + e1616c1 commit 362ba41
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions make/02_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,3 @@ release: helm-chart | $(NEEDS_CRANE)
@echo "RELEASE_HELM_CHART_TAR=$(helm_chart_archive)" >> "$(GITHUB_OUTPUT)"

@echo "Release complete!"

# TODO: remove these deprecated targets
.PHONY: smoke
smoke:
$(MAKE) test-smoke

.PHONY: test
test:
$(MAKE) test-unit

0 comments on commit 362ba41

Please sign in to comment.