a327047c14
This change enable publish job to also create the tarball before fetch. Change-Id: If4b5a1be8d3ce61ff45b04be23cf80a802760ec8
17 lines
463 B
ReStructuredText
17 lines
463 B
ReStructuredText
Fetch a Javascript content tarball back to be published.
|
|
|
|
A content tarball is one that contains built javascript/css artifacts,
|
|
such as but not limited to those produced by the webpack ArchivePlugin.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
Directory to work in.
|
|
|
|
.. zuul:rolevar:: create_tarball_directory
|
|
|
|
Create a tarball with the contents of create_tarball_directory
|
|
(relative to zuul_work_dir).
|