mirror of https://github.com/hashicorp/consul
Revert `97904cec95f1a1fafd18405f0dd143eb63d595a9`
parent
22addad024
commit
35fd064a79
|
@ -12,11 +12,10 @@ BUILD_TAGS?=consul
|
||||||
# all builds binaries for all targets
|
# all builds binaries for all targets
|
||||||
all: bin
|
all: bin
|
||||||
|
|
||||||
# ci:
|
ci:
|
||||||
# if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
|
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
|
||||||
# $(MAKE) bin ;\
|
$(MAKE) bin ;\
|
||||||
# fi
|
fi
|
||||||
ci: bin test
|
|
||||||
@$(MAKE) test
|
@$(MAKE) test
|
||||||
|
|
||||||
bin: tools
|
bin: tools
|
||||||
|
|
Loading…
Reference in New Issue