This commit is contained in:
ahmadbilalkhalid 2019-09-13 21:55:29 +05:00
parent 4c0500d8c2
commit e3f6767910
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ def setup(path, base_dir, file_prefix, etcd_url):
repo_name = "ucloud-file-scan"
# Clone main repository
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip'
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip',
f'https://code.ungleich.ch/ungleich-public/{repo_name}.git'])
# Create .env file

View File

@ -24,7 +24,7 @@ def setup(path, ssh_username, ssh_key_path, ssh_key_pass, etcd_url, without_ceph
repo_name = "ucloud-vm"
# Clone main repo
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip'
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip',
f'https://code.ungleich.ch/ungleich-public/{repo_name}.git'])
# Create .env file

View File

@ -20,7 +20,7 @@ def setup(path, base_dir, etcd_url, without_ceph):
repo_name = "ucloud-image-scanner"
# Clone main repo
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip'
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip',
f'https://code.ungleich.ch/ungleich-public/{repo_name}.git'])
# Create .env file

View File

@ -23,7 +23,7 @@ def setup(path, vm_prefix, host_prefix, request_prefix, etcd_url):
repo_name = "ucloud-scheduler"
# Clone main repo
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip'
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip',
f'https://code.ungleich.ch/ungleich-public/{repo_name}.git'])
# Create .env file