diff --git a/app/api.py b/app/api.py index f6938a0..8fd3473 100644 --- a/app/api.py +++ b/app/api.py @@ -28,8 +28,7 @@ def setup(path, auth_name, auth_seed, auth_realm, # Clone main repo sp.check_output(['git', 'clone', - f'https://code.ungleich.ch/ungleich-public/{repo_name}.git' - '-b', 'wip']) + f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file with open(os.path.join(repo_name, ".env"), "w") as f: diff --git a/app/file.py b/app/file.py index 1a3ec17..6cc9fa7 100644 --- a/app/file.py +++ b/app/file.py @@ -21,8 +21,7 @@ def setup(path, base_dir, file_prefix, etcd_url): # Clone main repository sp.check_output(['git', 'clone', - f'https://code.ungleich.ch/ungleich-public/{repo_name}.git' - '-b', 'wip']) + f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file with open(os.path.join(repo_name, ".env"), "w") as f: diff --git a/app/host.py b/app/host.py index 7018887..d92e4e9 100644 --- a/app/host.py +++ b/app/host.py @@ -25,8 +25,7 @@ def setup(path, ssh_username, ssh_key_path, ssh_key_pass, etcd_url, without_ceph # Clone main repo sp.check_output(['git', 'clone', - f'https://code.ungleich.ch/ungleich-public/{repo_name}.git' - '-b', 'wip']) + f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file with open(os.path.join(repo_name, ".env"), "w") as f: diff --git a/app/image.py b/app/image.py index c1df50a..a98a240 100644 --- a/app/image.py +++ b/app/image.py @@ -21,8 +21,7 @@ def setup(path, base_dir, etcd_url, without_ceph): # Clone main repo sp.check_output(['git', 'clone', - f'https://code.ungleich.ch/ungleich-public/{repo_name}.git' - '-b', 'wip']) + f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file with open(os.path.join(repo_name, ".env"), "w") as f: diff --git a/app/scheduler.py b/app/scheduler.py index 801e364..84ae1bc 100644 --- a/app/scheduler.py +++ b/app/scheduler.py @@ -24,8 +24,7 @@ def setup(path, vm_prefix, host_prefix, request_prefix, etcd_url): # Clone main repo sp.check_output(['git', 'clone', - f'https://code.ungleich.ch/ungleich-public/{repo_name}.git' - '-b', 'wip']) + f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file with open(os.path.join(repo_name, ".env"), "w") as f: