mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[history-v1] add migrations record after full binary file migration (#27932)
* [history-v1] add migrations record after full binary file migration * [server-pro] add hotfix 5.5.5 * [server-ce] test: build hotfix 5.5.5 and use it in tests GitOrigin-RevId: fb84e5710c59f466a3305de5f32f78e0ac9ce15d
This commit is contained in:
@@ -82,6 +82,12 @@ prefetch_old_5_0:
|
||||
docker pull $(IMAGE_TAG_PRO:main=5.0.1-RC1)
|
||||
docker pull $(IMAGE_TAG_PRO:main=5.0)
|
||||
|
||||
prefetch_custom: build_hotfix_5_5_5
|
||||
build_hotfix_5_5_5:
|
||||
docker pull $(IMAGE_TAG_PRO:main=5.5.4)
|
||||
docker tag $(IMAGE_TAG_PRO:main=5.5.4) quay.io/sharelatex/sharelatex-pro:5.5.4
|
||||
cd ../../server-pro/hotfix/5.5.5 && docker build -t $(IMAGE_TAG_PRO:main=5.5.5) .
|
||||
|
||||
# Google Cloud Build runs on a very ancient Docker version that does not support the subdir flag.
|
||||
# Use services -> mailtrap -> build -> context = https://github.com/dbck/docker-mailtrap.git#v1.5.0:build in docker-compose.yml eventually.
|
||||
prefetch_default_compose_build: build_mailtrap
|
||||
|
||||
Reference in New Issue
Block a user