mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Running the build image will now execute release.sh automatically.
This commit is contained in:
parent
ff30eb96b6
commit
fbd5b20c38
1 changed files with 1 additions and 0 deletions
|
@ -34,3 +34,4 @@ run PKG=code.google.com/p/go.net/ REV=84a4013f96e0; hg clone http://$PKG /go/s
|
|||
add . /go/src/github.com/dotcloud/docker
|
||||
# Build the binary
|
||||
run cd /go/src/github.com/dotcloud/docker && ./make.sh
|
||||
cmd cd /go/src/github.com/dotcloud/docker && ./release.sh
|
||||
|
|
Loading…
Reference in a new issue