summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-05-22 10:45:49 -0400
committerJack Lucas <jflucas@research.att.com>2019-05-22 11:58:54 -0400
commitd9834a145d44a100eb2033889700d17600f54701 (patch)
tree2660da394fdc4cb61dca0994d7068d8ab0ae0af8 /mvn-phase-script.sh
parent87c27c2e49671a973c2955330d8bd6a04b411331 (diff)
Stop building CDAP and Docker plugins
Also remove relationships plugin test case that has different expected results on Ubuntu and CentOS. (Should not change test coverage statistics.) Change-Id: I027e13ee92ff1c799d38d8ad9939c4aff73022c3 Issue-ID: DCAEGEN2-1524 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 6b3120b..7d4bcdb 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -63,7 +63,7 @@ test)
package)
echo "==> package phase script"
case $MVN_PROJECT_MODULEID in
- cdap|dcae-policy|docker|relationships|k8s|clamp-policy)
+ dcae-policy|k8s|clamp-policy|relationships)
build_archives_for_wagons
build_wagons
;;
@@ -77,7 +77,7 @@ install)
deploy)
echo "==> deploy phase script"
case $MVN_PROJECT_MODULEID in
- cdap|dcae-policy|docker|relationships|k8s|clamp-policy)
+ dcae-policy|k8s|clamp-policy|relationships)
upload_wagons_and_type_yamls
upload_wagon_archives
;;