zuul-jobs/roles/yarn
James E. Blair 54dd1db16e Remove "--verbose" from yarn commands
This apparently gets passed to the subcommand, which may not
support a "--verbose" argument.

Change-Id: I8326403ea01f0121f6ff14c10d2cd1e4e7ca7c70
2019-02-08 14:23:01 -08:00
..
defaults Add a yarn role 2018-07-27 09:34:22 -04:00
tasks Remove "--verbose" from yarn commands 2019-02-08 14:23:01 -08:00
vars Add a yarn role 2018-07-27 09:34:22 -04: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 }}.