|
@@ -91,7 +91,6 @@ if __name__ == '__main__':
|
|
|
|
|
|
|
|
# repo default configuration
|
|
# repo default configuration
|
|
|
#
|
|
#
|
|
|
-import os
|
|
|
|
|
REPO_URL = os.environ.get('REPO_URL', None)
|
|
REPO_URL = os.environ.get('REPO_URL', None)
|
|
|
if not REPO_URL:
|
|
if not REPO_URL:
|
|
|
REPO_URL = 'https://gerrit.googlesource.com/git-repo'
|
|
REPO_URL = 'https://gerrit.googlesource.com/git-repo'
|