From 5c2c8b2827d7bdda5d6e7a125c742d467dd06673 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 4 Feb 2020 10:45:48 +0100 Subject: [PATCH] Remove obsolete `integration-test` target --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 893821e94..c127cf115 100644 --- a/Makefile +++ b/Makefile @@ -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 \