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:
parent
e1a1dbabf5
commit
b7a49f8f11
@ -706,12 +706,20 @@
|
|||||||
vars:
|
vars:
|
||||||
node_version: 6
|
node_version: 6
|
||||||
- legacy-nodejs6-npm-run-test
|
- legacy-nodejs6-npm-run-test
|
||||||
|
- build-javascript-tarball:
|
||||||
|
files:
|
||||||
|
- npm-shrinkwrap.json
|
||||||
|
- package.json
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- nodejs-npm-run-lint:
|
- nodejs-npm-run-lint:
|
||||||
vars:
|
vars:
|
||||||
node_version: 6
|
node_version: 6
|
||||||
- legacy-nodejs6-npm-run-test
|
- legacy-nodejs6-npm-run-test
|
||||||
|
- build-javascript-tarball:
|
||||||
|
files:
|
||||||
|
- npm-shrinkwrap.json
|
||||||
|
- package.json
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: nodejs4-docs
|
name: nodejs4-docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user