From: Trevor Bramwell Date: Mon, 19 Nov 2018 23:48:32 +0000 (-0800) Subject: Remove '|' from ovn4nfv plugin unit test builder X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=2c68eb2007b6d515c261c28bbae77ddef2866fc4 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 --- 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