zuul-jobs/roles/yarn
Sorin Sbarnea ad3167bd56 Fixes all tasks should be named rule
This prepared for ansible-lint v5 which no longer has exceptions
for task naming, requiring all to be named.

Change-Id: I5e761d1e3836fa270d7afdcf01780320001f820d
Part-Of: #773245
2021-03-08 13:30:32 +00:00
..
defaults Add a yarn role 2018-07-27 09:34:22 -04:00
tasks Fixes all tasks should be named rule 2021-03-08 13:30:32 +00:00
README.rst Add a yarn role 2018-07-27 09:34:22 -04:00

README.rst

Run yarn command in a source directory. Assumes the appropriate version of yarn has been installed.

Role Variables

Command to run. If it's a standard lifecycle command, it will be run as yarn {{ yarn_command }}. Otherwise it will be run as yarn run {{ yarn_command }}.