summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-01 13:38:28 -0400
committerDan Timoney <dtimoney@att.com>2020-05-01 13:38:28 -0400
commitb13221066699425cbe39190573b97d19cfa3189b (patch)
tree34ea886c4d510a14b27c53eaa549173e68424da2
parent6c2181082a46cb4386db0ee27e1924416bd89c66 (diff)
Comment out dgbuilder docker temporarily
Temporarily commented out dgbuilder-docker module so that we can release rest of the CCSDK dockers for RC1. Nothing changed in dgbuilder between release 0.7.1 (RC0) and now, so we can simply continue to use released version 0.7.1 until issue is resolved. Change-Id: I1249e87168e96ace89d9b519cc63710f7c393639 Issue-ID: CCSDK-2353 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6532eadc..4e66a6ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,9 @@
<module>opendaylight</module>
<module>odlsli</module>
<module>dgbuilder</module>
+ <!-- Commented out until CCSDK-2353 is resolved
<module>dgbuilder-docker</module>
+ -->
<module>ansible-server</module>
<module>saltstack-server</module>
</modules>