File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 48
48
49
49
- name : build virtualenv
50
50
shell : " virtualenv --python=python3.5 {{ course_discovery_venv_dir }}"
51
+ args :
52
+ creates : " {{ course_discovery_venv_dir }}/bin/pip"
51
53
sudo_user : " {{ course_discovery_user }}"
52
54
tags :
53
55
- install
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ repos_to_cmd["edx-ora2"]="$edx_ansible_cmd ora2.yml -e 'ora2_version=$2'"
57
57
repos_to_cmd[" insights" ]=" $edx_ansible_cmd insights.yml -e 'INSIGHTS_VERSION=$2 '"
58
58
repos_to_cmd[" ecommerce" ]=" $edx_ansible_cmd ecommerce.yml -e 'ECOMMERCE_VERSION=$2 '"
59
59
repos_to_cmd[" programs" ]=" $edx_ansible_cmd programs.yml -e 'PROGRAMS_VERSION=$2 '"
60
+ repos_to_cmd[" course_discovery" ]=" $edx_ansible_cmd course_discovery.yml -e 'COURSE_DISCOVERY_VERSION=$2 '"
60
61
61
62
62
63
if [[ -z $1 || -z $2 ]]; then
You can’t perform that action at this time.
0 commit comments