mirror of https://github.com/docker/docs.git
Move .build to buildscripts
Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
parent
8d18c33f5a
commit
7b7b81526a
4
Makefile
4
Makefile
|
|
@ -126,7 +126,7 @@ test-full: vet lint
|
|||
go test -tags "${NOTARY_BUILDTAGS}" $(TESTOPTS) -v $(PKGS)
|
||||
|
||||
integration:
|
||||
.build/integrationtest.sh
|
||||
buildscripts/integrationtest.sh
|
||||
|
||||
protos:
|
||||
@protoc --go_out=plugins=grpc:. proto/*.proto
|
||||
|
|
@ -195,7 +195,7 @@ shell: notary-dockerfile
|
|||
|
||||
cross: notary-dockerfile
|
||||
@rm -rf $(CURDIR)/cross
|
||||
docker run --rm -v $(CURDIR)/cross:$(NOTARYDIR)/cross -e NOTARY_BUILDTAGS=$(NOTARY_BUILDTAGS) notary .build/cross.sh $(GOOSES)
|
||||
docker run --rm -v $(CURDIR)/cross:$(NOTARYDIR)/cross -e NOTARY_BUILDTAGS=$(NOTARY_BUILDTAGS) notary buildscripts/cross.sh $(GOOSES)
|
||||
|
||||
|
||||
clean:
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@ client:
|
|||
dockerfile: Dockerfile
|
||||
links:
|
||||
- server:notary-server
|
||||
command: .build/testclient.sh
|
||||
command: buildscripts/testclient.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue