Add build-javascript-tarball to nodejs6-jobs template

... with file rules, so job run only when we touch:
npm-shrinkwrap.json and package.json

Change-Id: Ida7130b482de0328a5517b8fe827efaff25b9461
This commit is contained in:
Emilien Macchi 2017-11-29 10:49:05 -08:00
parent e1a1dbabf5
commit b7a49f8f11

View File

@ -706,12 +706,20 @@
vars:
node_version: 6
- legacy-nodejs6-npm-run-test
- build-javascript-tarball:
files:
- npm-shrinkwrap.json
- package.json
gate:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 6
- legacy-nodejs6-npm-run-test
- build-javascript-tarball:
files:
- npm-shrinkwrap.json
- package.json
- project-template:
name: nodejs4-docs