dashboard/env: restore the periods after docker build
They're required but adg wanted them removed and I listened :) TBR=adg R=adg CC=golang-codereviews https://golang.org/cl/136200043
This commit is contained in:
parent
c0bc9ba88d
commit
1481828125
|
|
@ -3,7 +3,7 @@
|
|||
# license that can be found in the LICENSE file.
|
||||
|
||||
docker: Dockerfile
|
||||
docker build -t gobuilders/linux-x86-base
|
||||
docker build -t gobuilders/linux-x86-base .
|
||||
|
||||
docker-linux.base.tar.gz: docker
|
||||
docker save gobuilders/linux-x86-base | gzip | (cd ../../coordinator/buildongce && go run create.go --write_object=go-builder-data/docker-linux.base.tar.gz)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# license that can be found in the LICENSE file.
|
||||
|
||||
docker: Dockerfile
|
||||
docker build -t gobuilders/linux-x86-nacl
|
||||
docker build -t gobuilders/linux-x86-nacl .
|
||||
|
||||
upload: docker
|
||||
docker save gobuilders/linux-x86-nacl | gzip | (cd ../../coordinator/buildongce && go run create.go --write_object=go-builder-data/docker-linux.nacl.tar.gz)
|
||||
|
|
|
|||
Loading…
Reference in New Issue