git: remove clone_repo option (#58343)

This commit is contained in:
Nicolas Roche 2021-11-03 12:55:52 +01:00
parent 1752b76457
commit ec45d66f6f
3 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@ clean_venv: false
compile_theme: true
django_version: 2.2.19
git_ssh: false
clone_repo: true
devinst_share: /usr/local/share/publik-devinst
publik_conf: "/home/{{user}}/.config/publik"
publik_settings: "{{publik_conf}}/settings"

View File

@ -5,7 +5,6 @@
version: "{{version}}"
when:
- git_ssh
- clone_repo
- name: "https git clone {{ repo }}"
git:
@ -14,7 +13,6 @@
version: "{{version}}"
when:
- not git_ssh
- clone_repo
# Ugly hack to perform a simple 'pip install -e /some/source/dir'
- name: "pip install {{ repo_dir }}"

View File

@ -6,7 +6,6 @@
version: "{{version}}"
when:
- git_ssh
- clone_repo
- name: standard git clone {{theme_repo}}
git:
@ -15,7 +14,6 @@
version: "{{version}}"
when:
- not git_ssh
- clone_repo
- name: compile theme {{theme_repo}}
make: