Commit b68dfc57 by Ben Patterson

More removals.

parent 70561b9b
......@@ -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
......
---
# 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 }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment