Commit 7557cbbf by Ibrahim

remove olive repo cloning

parent cc4fbe80
......@@ -17,7 +17,6 @@ themes_group: "www-data"
themes_home: "{{ COMMON_DATA_DIR }}/{{ themes_service_name }}"
THEMES_CODE_DIR: "{{ themes_home }}/{{ themes_service_name }}"
OLIVE_CODE_DIR: "{{ themes_home }}/olive-themes"
THEMES_GIT_IDENTITY: !!null
THEMES_GIT_PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
......@@ -26,11 +25,6 @@ THEMES_GIT_PATH: "{{ COMMON_GIT_PATH }}"
THEMES_REPO: "sample-themes.git"
THEMES_VERSION: "master"
OLIVE_GIT_PROTOCOL: "ssh"
OLIVE_GIT_MIRROR: "github.com"
OLIVE_GIT_PATH: "edx"
OLIVE_REPO: "edx-proctoring.git"
OLIVE_VERSION: "master"
THEMES_REPOS:
- PROTOCOL: "{{ THEMES_GIT_PROTOCOL }}"
......@@ -40,10 +34,3 @@ THEMES_REPOS:
VERSION: "{{ THEMES_VERSION }}"
DESTINATION: "{{ THEMES_CODE_DIR }}"
SSH_KEY: "{{ THEMES_GIT_IDENTITY }}"
- PROTOCOL: "{{ OLIVE_GIT_PROTOCOL }}"
DOMAIN: "{{ OLIVE_GIT_MIRROR }}"
PATH: "{{ OLIVE_GIT_PATH }}"
REPO: "{{ OLIVE_REPO}}"
VERSION: "{{ OLIVE_VERSION }}"
DESTINATION: "{{ OLIVE_CODE_DIR }}"
SSH_KEY: "{{ THEMES_GIT_IDENTITY }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment