now using sandboxzone on gitlab

This commit is contained in:
2016-06-25 19:13:19 +02:00
parent 1aae44a0ec
commit 7e75a788ab
6 changed files with 19 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ describe("smartgit",function(){
it("should clone a repository using ssh and sshkey",function(done){
this.timeout(10000);
smartgit.clone({
from:"git@github.com:pushrocks/docs.git",
from:"git@gitlab.com:sandboxzone/sandbox-testrepo.git",
to:path.resolve("./test/temp/")
}).then(function(){
done();
@@ -19,7 +19,7 @@ describe("smartgit",function(){
it("should clone a repository using https",function(done){
this.timeout(10000);
smartgit.clone({
from:"https://github.com/pushrocks/docs.git",
from:"https://gitlab.com/sandboxzone/sandbox-testrepo.git",
to:path.resolve("./test/temp2/")
}).then(function(){
done();