mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #24 from goodbest/patch-1
change git clone manner from ssh to https
This commit is contained in:
@@ -5,16 +5,16 @@ Path = require "path"
|
||||
|
||||
SERVICES = [{
|
||||
name: "web"
|
||||
repo: "git@github.com:sharelatex/web-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/web-sharelatex.git"
|
||||
}, {
|
||||
name: "document-updater"
|
||||
repo: "git@github.com:sharelatex/document-updater-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||
}, {
|
||||
name: "clsi"
|
||||
repo: "git@github.com:sharelatex/clsi-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/clsi-sharelatex.git"
|
||||
}, {
|
||||
name: "filestore"
|
||||
repo: "git@github.com:sharelatex/filestore-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/filestore-sharelatex.git"
|
||||
}]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user