updating the relative path for group scaling samples
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/8128e40a Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/8128e40a Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/8128e40a Branch: refs/heads/master Commit: 8128e40adf05ca202bf5aba990da693f2b6d4969 Parents: 9ec061f Author: reka <[email protected]> Authored: Thu Apr 30 17:59:31 2015 +0530 Committer: reka <[email protected]> Committed: Fri May 1 12:31:39 2015 +0530 ---------------------------------------------------------------------- .../single-group-group-scaling/scripts/common/deploy.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/8128e40a/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh b/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh index b55e113..ebacb3a 100755 --- a/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh +++ b/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh @@ -9,12 +9,12 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` -cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` -autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` -network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` -deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` -application_policies_path=`cd "${script_path}/../../../../../application-policies"; pwd` +cartridges_path=`cd "${script_path}/../../../../../../cartridges/${iaas}"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../../cartridges-groups"; pwd` +autoscaling_policies_path=`cd "${script_path}/../../../../../../autoscaling-policies"; pwd` +network_partitions_path=`cd "${script_path}/../../../../../../network-partitions/${iaas}"; pwd` +deployment_policies_path=`cd "${script_path}/../../../../../../deployment-policies"; pwd` +application_policies_path=`cd "${script_path}/../../../../../../application-policies"; pwd` set -e
