This commit is contained in:
ahmadbilalkhalid 2019-09-13 21:34:48 +05:00
commit 4b51537e0e
6 changed files with 32 additions and 26 deletions

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',
sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip'
f'https://code.ungleich.ch/ungleich-public/{repo_name}.git'])
# Create .env file
@ -33,7 +33,7 @@ def setup(path, base_dir, etcd_url, without_ceph):
f.writelines(content)
clone_etcd_wrapper(path=repo_name)
# clone_etcd_wrapper(path=repo_name)
install_available(repo_name)