project-config/playbooks/javascript/pre.yaml
Monty Taylor 6455775623
Add release-openstack-javascript job
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
2017-10-10 13:10:38 -05:00

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