Run check-storyboard-js-integration on real nodes

The job was misconfured as if it were a job template to run on
a parameterized "{node}" rather than actual node names.  Correct
it.

Change-Id: Ie33577ee34feefb8602004d90d6c79d7a2c0e470
This commit is contained in:
James E. Blair 2015-06-04 09:30:11 -07:00
parent 78ae18d59d
commit c9350f6da4

View File

@ -58,4 +58,4 @@
source: 'reports/**'
keep-hierarchy: true
copy-after-failure: true
node: '{node}'
node: 'bare-precise || bare-trusty'