Skip building the base image to speed up travis ci.

This commit is contained in:
Shuai Lin 2016-12-21 16:18:00 +08:00
parent 61901a1257
commit 448c30299f

View file

@ -2,11 +2,12 @@
set -e -x set -e -x
pip install docker-squash
( (
cd image cd image
make base squash-base server # pip install docker-squash
# make base squash-base server
make server
) )
sudo cp samples/server.conf bootstrap/bootstrap.conf sudo cp samples/server.conf bootstrap/bootstrap.conf