mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 12:29:09 -05:00
1aecd0be3d
Sync to OSS repo using copybara GitOrigin-RevId: 5ce0c08d614f3d84e7c3e1f9b3413681e5049103
14 lines
No EOL
409 B
YAML
14 lines
No EOL
409 B
YAML
version: '2'
|
|
|
|
services:
|
|
copybara:
|
|
image: sharelatex/copybara
|
|
volumes:
|
|
- ./.ssh:/root/.ssh
|
|
- .:/usr/src/app
|
|
- ./.cache/:/root/copybara/cache/
|
|
- $HOME/.gitconfig:/root/.gitconfig
|
|
# Uncomment this to force copybara to start syncing from a certain commit
|
|
# environment:
|
|
# COPYBARA_OPTIONS: "--last-rev=67edeed2c2d8c1d478c9a65d19020a301174cc8e"
|
|
command: copybara |