From 2abb168e232a9b01fb95fe3c18163088a76afd01 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 2 Nov 2017 09:48:41 -0500 Subject: [PATCH] Removed modules/example from .gitmodules for now Jenkins can't build Base-7.0 with the example in this Zombie state. --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6ee7d43d4..68b888ed1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,7 +34,3 @@ path = modules/pva2pva url = https://github.com/epics-base/pva2pva branch = master -[submodule "modules/example"] - path = modules/example - url = https://github.com/epics-base/exampleCPP - branch = master