a
This commit is contained in:
parent
139c693add
commit
4b51537e0e
6 changed files with 32 additions and 26 deletions
|
|
@ -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',
|
||||
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, file_prefix, etcd_url):
|
|||
f.writelines(content)
|
||||
|
||||
# Clone etcd wrapper
|
||||
clone_etcd_wrapper(path=repo_name)
|
||||
# clone_etcd_wrapper(path=repo_name)
|
||||
|
||||
install_available(repo_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue