Commit 727dfa08 by Ibrahim

add olive repo

parent 7006c49e
...@@ -25,6 +25,12 @@ THEMES_GIT_PATH: "{{ COMMON_GIT_PATH }}" ...@@ -25,6 +25,12 @@ THEMES_GIT_PATH: "{{ COMMON_GIT_PATH }}"
THEMES_REPO: "sample-themes.git" THEMES_REPO: "sample-themes.git"
THEMES_VERSION: "master" THEMES_VERSION: "master"
OLIVE_GIT_IDENTITY: !!null
OLIVE_GIT_PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
OLIVE_GIT_MIRROR: "{{ COMMON_GIT_MIRROR }}"
OLIVE_GIT_PATH: "edx-olive"
OLIVE_REPO: "themes.git"
OLIVE_VERSION: "master"
THEMES_REPOS: THEMES_REPOS:
- PROTOCOL: "{{ THEMES_GIT_PROTOCOL }}" - PROTOCOL: "{{ THEMES_GIT_PROTOCOL }}"
...@@ -34,3 +40,10 @@ THEMES_REPOS: ...@@ -34,3 +40,10 @@ THEMES_REPOS:
VERSION: "{{ THEMES_VERSION }}" VERSION: "{{ THEMES_VERSION }}"
DESTINATION: "{{ THEMES_CODE_DIR }}" DESTINATION: "{{ THEMES_CODE_DIR }}"
SSH_KEY: "{{ THEMES_GIT_IDENTITY }}" SSH_KEY: "{{ THEMES_GIT_IDENTITY }}"
- PROTOCOL: "{{ OLIVE_GIT_PROTOCOL }}"
DOMAIN: "{{ OLIVE_GIT_MIRROR }}"
PATH: "{{ OLIVE_GIT_PATH }}"
REPO: "{{ OLIVE_REPO}}"
VERSION: "{{ OLIVE_VERSION }}"
DESTINATION: "{{ THEMES_CODE_DIR }}"
SSH_KEY: "{{ OLIVE_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