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
8403ea98
Commit
8403ea98
authored
Jun 18, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct version variable name.
parent
f9942748
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
playbooks/roles/xserver/tasks/deploy.yml
+1
-1
playbooks/roles/xserver/vars/main.yml
+1
-1
No files found.
playbooks/roles/xserver/tasks/deploy.yml
View file @
8403ea98
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
-
deploy
-
deploy
-
name
:
checkout code
-
name
:
checkout code
git
:
dest={{ xserver_code_dir }} repo={{ xserver_source_repo }} version={{
lms
_version }}
git
:
dest={{ xserver_code_dir }} repo={{ xserver_source_repo }} version={{
xserver
_version }}
tags
:
tags
:
-
deploy
-
deploy
...
...
playbooks/roles/xserver/vars/main.yml
View file @
8403ea98
...
@@ -4,4 +4,4 @@ xserver_code_dir: "{{ app_base_dir }}/xserver"
...
@@ -4,4 +4,4 @@ xserver_code_dir: "{{ app_base_dir }}/xserver"
xserver_source_repo
:
git://github.com/edx/xserver.git
xserver_source_repo
:
git://github.com/edx/xserver.git
# This should probably be overridden in the playbook or groupvars
# This should probably be overridden in the playbook or groupvars
# with the default pointing to the head of master.
# with the default pointing to the head of master.
lms
_version
:
HEAD
xserver
_version
:
HEAD
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