Commit 759a8d1c by Ben Patterson

Set rbenv tar target to .rbenv instead of /home/jenkins

This will make it consistent with how we pack and unpack the
virtualenv (in terms of directory structure).
parent 0fef2573
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# cleanly from the archive by the jenkins build scripts. # cleanly from the archive by the jenkins build scripts.
- name: Create a clean rbenv archive - name: Create a clean rbenv archive
command: > command: >
tar -cpzf edx-rbenv_clean.tar.gz {{ jenkins_rbenv_root }} tar -cpzf edx-rbenv_clean.tar.gz .rbenv
chdir={{ jenkins_home }} chdir={{ jenkins_home }}
creates={{ jenkins_home }}/edx-rbenv_clean.tar.gz creates={{ jenkins_home }}/edx-rbenv_clean.tar.gz
sudo_user: "{{ jenkins_user }}" 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