Commit 02bb1d6f by Feanil Patel

Always make the zip file.

parent 712a428b
......@@ -55,7 +55,6 @@
- name: create an archive of course data and course static dirs
shell: tar cjf /tmp/static_course_content.tar.bz2 -C {{ edxapp_data_dir }} {{ edxapp_course_data_dir|basename }} {{ edxapp_course_static_dir|basename }}
when: EDXAPP_XML_S3_BUCKET and EDXAPP_XML_S3_KEY
- name: upload archive to s3
s3: >
......
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