Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Remove obsolete integration-test target #2819

Merged
merged 1 commit into from
Feb 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -162,9 +162,6 @@ $(GOBIN)/fluxctl: $(FLUXCTL_DEPS) $(GENERATED_TEMPLATES_FILE)
$(GOBIN)/fluxd: $(FLUXD_DEPS)
go install ./cmd/fluxd

integration-test: all
test/bin/test-flux

generate-deploy: $(GOBIN)/fluxctl
$(GOBIN)/fluxctl install -o ./deploy \
--git-url git@github.com:fluxcd/flux-get-started \