From 8a03fdcdd8c2b612b58fcd1f9ea91cd7c5fa322c Mon Sep 17 00:00:00 2001 From: stepan <stepan.sindelar@oracle.com> Date: Thu, 26 Apr 2018 12:43:54 +0200 Subject: [PATCH] Use new overlay version --- ci.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index 5f38d91f1e..659ca4a568 100644 --- a/ci.hocon +++ b/ci.hocon @@ -7,7 +7,7 @@ include "ci_common/common.hocon" # The standard set of gate builds. N.B. the style/builtin checks are only run on Linux as they are not OS-dependent. -overlay = "82b7056d549b998878586415dc111954467c1e44" +overlay = "6c3623c5f1394db280dca1243f88e61f806672f2" builds = [ ${gateTestLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64"} ${gateTestNoSpecialsLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64-nospecials"} -- GitLab