diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-19 15:48:32 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-19 15:48:32 -0800 |
commit | 2c68eb2007b6d515c261c28bbae77ddef2866fc4 (patch) | |
tree | 83ce4bdcfb16c1c76c0d2af0f014f237ef614630 | |
parent | b8a9d735ba1c4b529664344954df1e33264d8d4d (diff) |
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 <tbramwell@linuxfoundation.org>
-rw-r--r-- | jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |