mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Skip building the base image to speed up travis ci.
This commit is contained in:
parent
61901a1257
commit
448c30299f
5
ci/ci.sh
5
ci/ci.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue