From 0e36e746d5e1f9d11d9a3e1825ea12ef6caf41c5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 15 Dec 2017 11:30:58 +0100 Subject: [PATCH] Fix npm-run-test job Change I5f9d420f1618e9a196b4218bca7055f377349351 updated all npm tests but forgot to update npm-run-test, jobs now fail with "cannot find ... playbooks/javascript/run-test.yaml". Update job the same way as other jobs. Change-Id: I6fdf9f9c55ce0744012d42afaa940b325669c36e --- zuul.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index dc0bad549..8d3de6c70 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -293,9 +293,6 @@ :default: {{ zuul.project.src_dir }} Path to operate in. - pre-run: playbooks/javascript/pre-test.yaml - run: playbooks/javascript/run-test.yaml - post-run: playbooks/javascript/post.yaml - job: name: nodejs-npm-run-lint