Add upload to bintray from travis.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ad96e10938
commit
9ce1884925
7 changed files with 54 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ set -ex
|
|||
./script/clean
|
||||
|
||||
TAG="docker-compose"
|
||||
docker build -t "$TAG" .
|
||||
docker build -t "$TAG" . | tail -n 200
|
||||
docker run \
|
||||
--rm --entrypoint="script/build-linux-inner" \
|
||||
-v $(pwd)/dist:/code/dist \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue