Skip to content

Commit

Permalink
Merge pull request #688 from pachyderm/fix_make_proto
Browse files Browse the repository at this point in the history
Accidentally added an illegal flag to proto build.
  • Loading branch information
jdoliner committed Jul 28, 2016
2 parents 94f5390 + 810d5a2 commit 47ef8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ docker-build-fruitstand:
docker-build: docker-build-job-shim docker-build-pachd docker-build-fruitstand docker-wait-job-shim docker-wait-pachd

docker-build-proto:
docker build -d -t pachyderm_proto etc/proto
docker build -t pachyderm_proto etc/proto

docker-push-job-shim: docker-build-job-shim
docker push pachyderm/job-shim
Expand Down

0 comments on commit 47ef8aa

Please sign in to comment.