##// END OF EJS Templates
use origin as first pull try in test_pr...
MinRK -
Show More
@@ -87,7 +87,7 b' class TestRun(object):'
87 os.chdir(repodir)
87 os.chdir(repodir)
88 check_call(['git', 'checkout', 'master'])
88 check_call(['git', 'checkout', 'master'])
89 try :
89 try :
90 check_call(['git', 'pull', ipy_repository, 'master'])
90 check_call(['git', 'pull', 'origin', 'master'])
91 except CalledProcessError :
91 except CalledProcessError :
92 check_call(['git', 'pull', ipy_http_repository, 'master'])
92 check_call(['git', 'pull', ipy_http_repository, 'master'])
93 os.chdir(basedir)
93 os.chdir(basedir)
General Comments 0
You need to be logged in to leave comments. Login now