Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
16a96681
Commit
16a96681
authored
9 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2550 from edx/feanil/cdisc_ci
Feanil/cdisc ci
parents
9897ddf5
7b8315ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
playbooks/roles/course_discovery/tasks/main.yml
+2
-0
playbooks/roles/edx_ansible/templates/update.j2
+1
-0
No files found.
playbooks/roles/course_discovery/tasks/main.yml
View file @
16a96681
...
...
@@ -48,6 +48,8 @@
-
name
:
build virtualenv
shell
:
"
virtualenv
--python=python3.5
{{
course_discovery_venv_dir
}}"
args
:
creates
:
"
{{
course_discovery_venv_dir
}}/bin/pip"
sudo_user
:
"
{{
course_discovery_user
}}"
tags
:
-
install
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/edx_ansible/templates/update.j2
View file @
16a96681
...
...
@@ -57,6 +57,7 @@ repos_to_cmd["edx-ora2"]="$edx_ansible_cmd ora2.yml -e 'ora2_version=$2'"
repos_to_cmd[
"insights"
]=
"
$edx_ansible_cmd
insights.yml -e 'INSIGHTS_VERSION=
$2
'"
repos_to_cmd[
"ecommerce"
]=
"
$edx_ansible_cmd
ecommerce.yml -e 'ECOMMERCE_VERSION=
$2
'"
repos_to_cmd[
"programs"
]=
"
$edx_ansible_cmd
programs.yml -e 'PROGRAMS_VERSION=
$2
'"
repos_to_cmd[
"course_discovery"
]=
"
$edx_ansible_cmd
course_discovery.yml -e 'COURSE_DISCOVERY_VERSION=
$2
'"
if
[[
-z
$1
||
-z
$2
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment