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
b68dfc57
Commit
b68dfc57
authored
Feb 08, 2016
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More removals.
parent
70561b9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
playbooks/roles/jenkins_worker/tasks/main.yml
+0
-2
playbooks/roles/jenkins_worker/tasks/ruby.yml
+0
-12
No files found.
playbooks/roles/jenkins_worker/tasks/main.yml
View file @
b68dfc57
...
...
@@ -11,8 +11,6 @@
-
include
:
python.yml
# only platform workers
-
include
:
ruby.yml
when
:
platform_worker is defined
-
include
:
python_platform_worker.yml
when
:
platform_worker is defined
...
...
playbooks/roles/jenkins_worker/tasks/ruby.yml
deleted
100644 → 0
View file @
70561b9b
---
# Archive the current state of the rbenv
# as a starting point for new builds.
# The edx-rbenv directory is deleted and then recreated
# cleanly from the archive by the jenkins build scripts.
-
name
:
Create a clean rbenv archive
command
:
>
tar -cpzf edx-rbenv_clean.tar.gz .rbenv
chdir={{ jenkins_home }}
creates={{ jenkins_home }}/edx-rbenv_clean.tar.gz
sudo_user
:
"
{{
jenkins_user
}}"
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