mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
Skip building the base image to speed up travis ci.
This commit is contained in:
parent
61901a1257
commit
448c30299f
1 changed files with 3 additions and 2 deletions
5
ci/ci.sh
5
ci/ci.sh
|
@ -2,11 +2,12 @@
|
|||
|
||||
set -e -x
|
||||
|
||||
pip install docker-squash
|
||||
|
||||
(
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue