Use ensure-* roles
The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Depends-On: https://review.opendev.org/#/c/719411 Change-Id: I1106ad9f78be7c2ba0fc8413252e3ef051d752b5
This commit is contained in:
parent
f655ea66c8
commit
653ed27614
@ -1,6 +1,6 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- install-nodejs
|
||||
- install-yarn
|
||||
- install-javascript-packages
|
||||
- ensure-nodejs
|
||||
- ensure-yarn
|
||||
- ensure-javascript-packages
|
||||
- nodejs-test-dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user