aboutsummaryrefslogtreecommitdiff
path: root/source_functions
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-03-19 21:59:32 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-03-19 21:59:32 +0100
commit0def6e00315b791e328b42c6a186ba56fdda73d0 (patch)
tree34ea8b8e2457d08172b3b5b3f9782abb00f52fb9 /source_functions
parent135d6d7da15b44c0550f6d7da0d2904cf0042ed2 (diff)
change parant_workspace to /mnt/ci_build...
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'source_functions')
-rw-r--r--source_functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/source_functions b/source_functions
index 6c25196..353b846 100644
--- a/source_functions
+++ b/source_functions
@@ -2,7 +2,7 @@ export git_repo="${git_repo:-git://git.linaro.org/lng/odp.git}"
export git_branch="${git_branch:-master}"
export git_dir="${git_dir:-odp}"
-export parent_workspace="/home/buildslave/workspace/odp-api-ssc"
+export parent_workspace="/mnt/ci_build/workspace/odp-api-ssc"
export reference_git="${parent_workspace}/reference-git"
if [ -z "${WORKSPACE}" ]; then