From 85cdc274a1785b99caa7a869489126e2e74c0596 Mon Sep 17 00:00:00 2001 From: Mick Jordan <mick.jordan@oracle.com> Date: Fri, 7 Oct 2016 10:56:02 -0700 Subject: [PATCH] ci.hocon: fix nested "packages" --- ci.hocon | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ci.hocon b/ci.hocon index 770710ffb7..a349722376 100644 --- a/ci.hocon +++ b/ci.hocon @@ -51,12 +51,10 @@ packagesLinux : ${pkgEnvironment} { } packagesDarwin : { - packages : { - "pip:astroid" : "==1.1.0" - "pip:pylint" : "==1.1.0" - "xz" : "" - # assume pcre/z system installed - } + "pip:astroid" : "==1.1.0" + "pip:pylint" : "==1.1.0" + "xz" : "" + # assume pcre/z system installed } # Common settings for all builds but note that it uses the Linux package settings, -- GitLab