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
edx
configuration
Commits
99c25ba5
Commit
99c25ba5
authored
Jun 01, 2018
by
Zia Fazal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added support to override THEMES_VERSION for sandbox creation
parent
b5868631
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
util/install/sandbox.sh
+1
-0
util/jenkins/ansible-provision.sh
+1
-0
No files found.
util/install/sandbox.sh
View file @
99c25ba5
...
...
@@ -53,6 +53,7 @@ VERSION_VARS=(
ECOMMERCE_VERSION
ECOMMERCE_WORKER_VERSION
DISCOVERY_VERSION
THEMES_VERSION
)
for
var
in
${
VERSION_VARS
[@]
}
;
do
...
...
util/jenkins/ansible-provision.sh
View file @
99c25ba5
...
...
@@ -190,6 +190,7 @@ xserver_version: $xserver_version
certs_version:
$certs_version
configuration_version:
$configuration_version
demo_version:
$demo_version
THEMES_VERSION:
$themes_version
edx_ansible_source_repo:
${
configuration_source_repo
}
edx_platform_repo:
${
edx_platform_repo
}
...
...
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