Skip to content

Commit 2f5171f

Browse files
committed
Merge pull request #4215 from mboersma/swarm-is-optional
fix(Makefile): don't build swarm by default
2 parents 3896107 + ad932b3 commit 2f5171f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo_path = github.com/deis/deis
1010
GO_PACKAGES = version
1111
GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
1212

13-
COMPONENTS=builder cache controller database logger logspout publisher registry router store swarm
13+
COMPONENTS=builder cache controller database logger logspout publisher registry router store
1414
START_ORDER=publisher store logger logspout database cache registry controller builder router
1515
CLIENTS=client client-go deisctl
1616

0 commit comments

Comments
 (0)