summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-04-22 12:18:46 -0400
committerJack Lucas <jflucas@research.att.com>2020-04-22 12:18:46 -0400
commit8bc43d0f42f54245a5bdedb5178a8484c79a55d1 (patch)
tree6cbcc790363848eec71dc82b56790f4cf501606b /mvn-phase-script.sh
parenta865499ed5b69bdeae3ccfa37c9c5e89ff42e4d1 (diff)
Update TLS cert1.0.4
Issue-ID: DCAEGEN2-2206 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ic22963be55ad92487c23f8d571fc44c7dd01acde
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 67b25e0..eb306ea 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# ================================================================================
-# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -83,7 +83,7 @@ deploy)
upload_files_of_extension sh
build_and_push_docker
;;
- k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container|dcae-k8s-cleanup-container)
+ k8s-bootstrap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container|dcae-k8s-cleanup-container)
build_and_push_docker
;;
scripts|cloud_init|heat)