mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #4835 from overleaf/jpa-server-ce-fix-public-build
[server-ce] fix dir parameters in public cloudbuild pipeline GitOrigin-RevId: bb8feb50783257d7ba4fb88a34f7a85376893374
This commit is contained in:
parent
2b7c7e84ef
commit
9c86e14462
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
steps:
|
||||
- id: build-base
|
||||
name: gcr.io/overleaf-ops/cloud-builder
|
||||
dir: copybara/public/repo/server-ce
|
||||
dir: server-ce
|
||||
args:
|
||||
- 'build-base'
|
||||
- 'SHARELATEX_BASE_CACHE=${_IMAGE_BASE_CACHE}'
|
||||
- 'SHARELATEX_BASE_TAG=${_IMAGE_BASE}'
|
||||
- id: build-community
|
||||
name: gcr.io/overleaf-ops/cloud-builder
|
||||
dir: copybara/public/repo/server-ce
|
||||
dir: server-ce
|
||||
args:
|
||||
- build-community
|
||||
- 'SHARELATEX_BASE_CACHE=${_IMAGE_BASE_CACHE}'
|
||||
|
|
Loading…
Reference in a new issue