summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-10-24 19:35:57 +0000
committerTony Hansen <tony@att.com>2017-10-24 20:07:58 +0000
commitffa416db73f1dbc03eed66fb606eaa7113cd1561 (patch)
tree55f578d393236a61be8dedc66d0bb06b3821fc00 /mvn-phase-script.sh
parent963956dd4f6a3049ae323216514f8fd575df3e72 (diff)
fix refs to ccsdk.storage.pgaas in blueprints
the files were moved and the variable needs to expand properly fix path for check-blueprint-vs-input Change-Id: Iacb0e4255300b3d9543d5e7dd88b0bca4ceddc61 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-128 Signed-off-by: Tony Hansen <tony@att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 3da3e01..afbe961 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -83,7 +83,8 @@ echo "MVN_RAWREPO_SERVERID is [$MVN_RAWREPO_SERVERID]"
echo "MVN_DOCKERREGISTRY_SNAPSHOT is [$MVN_DOCKERREGISTRY_SNAPSHOT]"
echo "MVN_DOCKERREGISTRY_RELEASE is [$MVN_DOCKERREGISTRY_RELEASE]"
echo "MVN_DOCKERREGISTRY_PUBLIC is [$MVN_DOCKERREGISTRY_PUBLIC]"
-
+echo "HOME is [$HOME]"
+echo "PROJECT_ROOT is [$PROJECT_ROOT]"
source "${PROJECT_ROOT}"/mvn-phase-lib.sh