Skip to content

Commit 063a328

Browse files
author
Matthew Fisher
committed
let each project manage how they build
1 parent fad6be3 commit 063a328

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ test_client:
33

44
build:
55
for image in builder cache controller database discovery logger registry; do \
6-
pushd $$image; \
7-
docker build -t deis/$$image .; \
8-
popd; \
6+
make -C $$image build; \
97
done

0 commit comments

Comments
 (0)