Fix bad types file download 74/91974/1
authorJack Lucas <jflucas@research.att.com>
Wed, 24 Jul 2019 21:45:01 +0000 (17:45 -0400)
committerJack Lucas <jflucas@research.att.com>
Wed, 24 Jul 2019 22:53:03 +0000 (18:53 -0400)
commitffb4c7176c449c96a4bdbb43aa5a0c86e0aafdd4
treee220469831d4c447707e439f8ef5109943965705
parent567e399803a759e40c6a7d378bb517da4c5cd556
Fix bad types file download

Use the curl -L option to follow redirects
and the -f option to cause curl to fail
(and stop the Docker image build) if it
does not successfully retrieve a file

Issue-ID: DCAEGEN2-1685
Change-Id: If8fd872e036ed5bc48656f8ca6853c297c6ac135
Signed-off-by: Jack Lucas <jflucas@research.att.com>
cm-container/Dockerfile-template
cm-container/pom.xml
cm-container/scripts/get-type-files.sh