Skip to content

Commit ad932b3

Browse files
committed
fix(Makefile): don't build swarm by default
1 parent 313ab04 commit ad932b3

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)