You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2016/08/25 07:25:29 UTC

airavata git commit: Minor fix

Repository: airavata
Updated Branches:
  refs/heads/lahiru/airavata-docker 88f015d79 -> 4afdf255c


Minor fix


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4afdf255
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4afdf255
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4afdf255

Branch: refs/heads/lahiru/airavata-docker
Commit: 4afdf255c337d2ea7dc42ec5fa43ec860e08ef6d
Parents: 88f015d
Author: Lahiru Ginnaliya Gamathige <la...@apache.org>
Authored: Thu Aug 25 00:25:18 2016 -0700
Committer: Lahiru Ginnaliya Gamathige <la...@apache.org>
Committed: Thu Aug 25 00:25:18 2016 -0700

----------------------------------------------------------------------
 build.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4afdf255/build.sh
----------------------------------------------------------------------
diff --git a/build.sh b/build.sh
index f0d51cf..0aef9bd 100755
--- a/build.sh
+++ b/build.sh
@@ -19,6 +19,8 @@
 
 # todo Add environment specific docker image creation and create docker image per component (api-server, orchestrator, gfac etc)
 
+cd $WORKSPACE/airavata-head/
+
 mvn clean install -Dmaven.test.skip=true
 if [ -d "docker-build" ]; then
     printf '%s\n' "Removing old docker-build directory"