Explorar el Código

change git clone manner from ssh to https

goodbest hace 12 años
padre
commit
00af21cc5e
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      Gruntfile.coffee

+ 4 - 4
Gruntfile.coffee

@@ -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"
 }]