mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01:00
upgrade: only build core without cache
This commit is contained in:
parent
f86cb29df5
commit
fc179ef49e
@ -24,7 +24,12 @@ else
|
||||
|
||||
echo ""
|
||||
echo "# rebuild images"
|
||||
./scripts/compose build --pull --no-cache
|
||||
|
||||
# rebuild core without caching, since the deb-packages might have changed
|
||||
./scripts/compose build --pull --no-cache core
|
||||
|
||||
# rebuild everything else only when modified
|
||||
./scripts/compose build --pull
|
||||
|
||||
|
||||
COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||
|
Loading…
Reference in New Issue
Block a user