mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Sync to OSS repo using copybara GitOrigin-RevId: 5ce0c08d614f3d84e7c3e1f9b3413681e5049103
14 lines
409 B
YAML
14 lines
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 |