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:
Tristan Cacqueray 2018-10-09 00:22:32 +00:00
parent 43868ae828
commit 28f007d360
1 changed files with 1 additions and 1 deletions

View File

@ -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