Commit ad256d1d by Ibrahim

changes

parent 727dfa08
......@@ -25,9 +25,8 @@ THEMES_GIT_PATH: "{{ COMMON_GIT_PATH }}"
THEMES_REPO: "sample-themes.git"
THEMES_VERSION: "master"
OLIVE_GIT_IDENTITY: !!null
OLIVE_GIT_PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
OLIVE_GIT_MIRROR: "{{ COMMON_GIT_MIRROR }}"
OLIVE_GIT_PROTOCOL: "ssh"
OLIVE_GIT_MIRROR: "github.com"
OLIVE_GIT_PATH: "edx-olive"
OLIVE_REPO: "themes.git"
OLIVE_VERSION: "master"
......@@ -46,4 +45,4 @@ THEMES_REPOS:
REPO: "{{ OLIVE_REPO}}"
VERSION: "{{ OLIVE_VERSION }}"
DESTINATION: "{{ THEMES_CODE_DIR }}"
SSH_KEY: "{{ OLIVE_GIT_IDENTITY }}"
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