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
85bdb2be
Commit
85bdb2be
authored
Sep 06, 2013
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use git clean to remove cruft (.pyc etc) after checkout
parent
eb4da5c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
playbooks/roles/edxapp/tasks/deploy.yml
+9
-0
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
85bdb2be
...
...
@@ -24,6 +24,14 @@
-
install
-
deploy
-
name
:
git clean after checking out edx-platform
shell
:
cd {{edx_platform_code_dir}} && git clean -xdf
tags
:
-
lms
-
cms
-
install
-
deploy
# Do Post Checkout Tasks.
-
name
:
create platform code dir
file
:
path={{edx_platform_code_dir}} state=directory owner=www-data group=www-data mode=755
...
...
@@ -31,6 +39,7 @@
-
lms
-
cms
-
install
-
deploy
-
name
:
checkout theme
git
:
dest={{app_base_dir}}/themes/{{edxapp_theme_name}} repo={{edxapp_theme_source_repo}} version={{edxapp_theme_version}}
...
...
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