taskotron-dev: disable gzipping artifacts
This commit is contained in:
parent
3bb8b479ff
commit
059ea58ec4
1 changed files with 2 additions and 0 deletions
|
@ -235,9 +235,11 @@ factory.addStep(MasterShellCommand(command=["mkdir", '-m', '0755', Interpolate('
|
|||
factory.addStep(DirectoryUpload(slavesrc=Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/'),
|
||||
masterdest=Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/task_output')))
|
||||
|
||||
{% if deployment_type in ['stg', 'prod'] %}
|
||||
# gzip artifacts
|
||||
factory.addStep(MasterShellCommand(command=Interpolate('gzip -r {{ public_artifacts_dir }}/%(prop:uuid)s/task_output/*'),
|
||||
descriptionDone=['gzip artifacs dir content']))
|
||||
{% endif %}
|
||||
|
||||
{% if deployment_type in ['local'] %}
|
||||
# copy taskotron log to master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue