6455775623
The current legacy javascript publish jobs are super broken. This adds one that will use the roles from zuul-jobs and then will publish the contents to npm. Depends-On: I7f7c031ce754838776043325025fe5928cd36135 Change-Id: Ib361ee2880be77eff3ef905726b032777d0b807a
10 lines
198 B
YAML
10 lines
198 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- install-nodejs
|
|
- revoke-sudo
|
|
- install-javascript-packages
|