fetch-javascript-content-tarball: fix tarball relative path
This change fixes the tarball relative path to be absolute. Change-Id: Ife78f91bca9fe1f010db2e0fbfd23b35ad306b1f
This commit is contained in:
parent
43868ae828
commit
28f007d360
@ -1,5 +1,5 @@
|
||||
- name: Create tarball
|
||||
shell: "tar czf {{ zuul_work_dir }}/build.tgz *"
|
||||
shell: "tar czf {{ ansible_user_dir }}/{{ zuul_work_dir }}/build.tgz *"
|
||||
args:
|
||||
chdir: "{{ zuul_work_dir }}/{{ create_tarball_directory }}"
|
||||
when: create_tarball_directory is defined
|
||||
|
Loading…
Reference in New Issue
Block a user