mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-16 17:51:33 +01:00
upgrade: only build core without cache
This commit is contained in:
parent
f86cb29df5
commit
fc179ef49e
@ -24,7 +24,12 @@ else
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "# rebuild images"
|
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)
|
COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||||
|
Loading…
Reference in New Issue
Block a user