update REPO_URL default

This commit is contained in:
江畅
2020-09-07 09:21:14 +08:00
parent 53ba0d0b1f
commit 074eef558f
+1 -1
View File
@@ -127,7 +127,7 @@ if __name__ == '__main__':
#
REPO_URL = os.environ.get('REPO_URL', None)
if not REPO_URL:
REPO_URL = 'git@gitee.com:oschina/repo.git'
REPO_URL = 'https://gitee.com/oschina/repo.git'
REPO_REV = os.environ.get('REPO_REV')
if not REPO_REV:
REPO_REV = 'fork_flow'