Fix broken path in base image build.sh
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/557f5dd5 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/557f5dd5 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/557f5dd5 Branch: refs/heads/stratos-4.1.x Commit: 557f5dd52bc19d017fdfbd796498d31ec2300be4 Parents: bacf621 Author: Akila Perera <[email protected]> Authored: Sat Sep 19 23:07:43 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Sun Sep 20 00:19:41 2015 +0530 ---------------------------------------------------------------------- tools/docker-images/cartridge-docker-images/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/557f5dd5/tools/docker-images/cartridge-docker-images/build.sh ---------------------------------------------------------------------- diff --git a/tools/docker-images/cartridge-docker-images/build.sh b/tools/docker-images/cartridge-docker-images/build.sh index b926169..21d9b36 100755 --- a/tools/docker-images/cartridge-docker-images/build.sh +++ b/tools/docker-images/cartridge-docker-images/build.sh @@ -22,7 +22,7 @@ set -e prgdir=`dirname "$0"` script_path=`cd "$prgdir"; pwd` -pca_distribution_path=`cd "$script_path/../../../products/python-cartridge-agent/distribution/"; pwd` +pca_distribution_path=`cd "$script_path/../../../products/python-cartridge-agent/modules/distribution/"; pwd` pushd ${pca_distribution_path} mvn clean install -Dmaven.test.skip=true
