Repository: airavata Updated Branches: refs/heads/lahiru/airavata-docker 53f21ecbd -> bdae5b464
export MAVEN_HOME first Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/bdae5b46 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/bdae5b46 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/bdae5b46 Branch: refs/heads/lahiru/airavata-docker Commit: bdae5b4640542dfb8dc49200a3906224baf6cf9e Parents: 53f21ec Author: Lahiru Ginnaliya Gamathige <[email protected]> Authored: Thu Aug 25 08:52:41 2016 -0700 Committer: Lahiru Ginnaliya Gamathige <[email protected]> Committed: Thu Aug 25 08:52:41 2016 -0700 ---------------------------------------------------------------------- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/bdae5b46/build.sh ---------------------------------------------------------------------- diff --git a/build.sh b/build.sh index 24a811b..da3c5b7 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ if [ -d "docker-build" ]; then fi mkdir docker-build -cp distribution/target/apache-airavata-server*.zip docker-build +cp modules/distribution/target/apache-airavata-server*.zip docker-build unzip docker-build/apache-airavata-server*.zip -d docker-build/airavata rm docker-build/apache-airavata-server*.zip
