From 2c68eb2007b6d515c261c28bbae77ddef2866fc4 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 19 Nov 2018 15:48:32 -0800 Subject: [PATCH] Remove '|' from ovn4nfv plugin unit test builder Because of the '|' character JJB thinks '!include-raw:...' should be executed literally, instead of including the file as the shell script. Change-Id: I753dec4b496bd7d9a43c7c5aced17dfb9005f251 Signed-off-by: Trevor Bramwell --- jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml b/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml index cd8d7e0fb..849be93c1 100644 --- a/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml +++ b/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml @@ -105,5 +105,5 @@ - builder: name: ovn4nfv-k8s-plugin-unit-tests-golang builders: - - shell: | + - shell: !include-raw: ./golang-make-test.sh -- 2.16.6