Re: [libvirt] [jenkins-ci PATCH v3 04/12] jobs: Declare empty values consistently

2018-08-22 Thread Erik Skultety
On Wed, Aug 22, 2018 at 11:44:19AM +0200, Andrea Bolognani wrote:
> The pipe syntax is intended for multi-line preformatted
> text, and is abused here. Use a saner syntax instead.
>
> Signed-off-by: Andrea Bolognani 
> ---
Reviewed-by: Erik Skultety 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [jenkins-ci PATCH v3 04/12] jobs: Declare empty values consistently

2018-08-22 Thread Andrea Bolognani
The pipe syntax is intended for multi-line preformatted
text, and is abused here. Use a saner syntax instead.

Signed-off-by: Andrea Bolognani 
---
 jobs/defaults.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml
index 19b711f..8f11860 100644
--- a/jobs/defaults.yaml
+++ b/jobs/defaults.yaml
@@ -20,8 +20,8 @@
   - libvirt-fedora-rawhide
 mingw_machines:
   - libvirt-fedora-rawhide
-global_env: |
-local_env: |
+global_env: ''
+local_env: ''
 autogen_args: ''
 command: ''
 command_pre_build: ''
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list