Skip to content

Commit 16a9668

Browse files
committed
Merge pull request openedx-unsupported#2550 from edx/feanil/cdisc_ci
Feanil/cdisc ci
2 parents 9897ddf + 7b8315e commit 16a9668

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

playbooks/roles/course_discovery/tasks/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

4949
- name: build virtualenv
5050
shell: "virtualenv --python=python3.5 {{ course_discovery_venv_dir }}"
51+
args:
52+
creates: "{{ course_discovery_venv_dir }}/bin/pip"
5153
sudo_user: "{{ course_discovery_user }}"
5254
tags:
5355
- install

playbooks/roles/edx_ansible/templates/update.j2

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ repos_to_cmd["edx-ora2"]="$edx_ansible_cmd ora2.yml -e 'ora2_version=$2'"
5757
repos_to_cmd["insights"]="$edx_ansible_cmd insights.yml -e 'INSIGHTS_VERSION=$2'"
5858
repos_to_cmd["ecommerce"]="$edx_ansible_cmd ecommerce.yml -e 'ECOMMERCE_VERSION=$2'"
5959
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'"
6061

6162

6263
if [[ -z $1 || -z $2 ]]; then

0 commit comments

Comments
 (0)