diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-02-07 17:52:13 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-02-07 17:52:13 -0500 |
commit | b54fed73e027dbf1f04f22e738de70a301d59c57 (patch) | |
tree | 3c16667b810788380c179ac1cb3b425e4191d670 /pom.xml | |
parent | 5fe1308f4ff1e1154b53a24eb9dd80ed58bd1630 (diff) |
Disable tca-cdap build
tca-cdap-container build fails because an image that it
uses from the public Docker hub is no longer available-
disabling the tca-cdap-container build to allow other containers
in this repo to build
Issue-ID: DCAEGEN2-2069
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Idcdea3913adeea22db2b552eb29e670956157075
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ limitations under the License. <modules> <module>redis-cluster-container</module> <module>cm-container</module> - <module>tca-cdap-container</module> + <!-- module>tca-cdap-container</module --> <module>healthcheck-container</module> <module>tls-init-container</module> <module>consul-loader-container</module> |