Skip to content
Snippets Groups Projects
Commit 8d89e5f2 authored by Anton Piccardo-Selg's avatar Anton Piccardo-Selg
Browse files

Merge remote-tracking branch 'origin/master' into...

Merge remote-tracking branch 'origin/master' into feature/11262_fix_cppcheck_error_caused_by_MDPlottingCmapsProvider
parents 96bf3d06 761a6b93
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@ echo "SHA1=${sha1}"
###############################################################################
# Set up the location for the local object store outside of the build and
# source tree, which can be shared by multiple builds.
# It defaults to the parent directory of the workspace but can be overridden
# by setting the MANTID_DATA_STORE environment variable.
# It defaults to a MantidExternalData directory within the HOME directory.
# It can be overridden by setting the MANTID_DATA_STORE environment variable.
###############################################################################
if [ -z "$MANTID_DATA_STORE" ]; then
export MANTID_DATA_STORE=$(dirname $WORKSPACE)
export MANTID_DATA_STORE=$HOME/MantidExternalData
fi
###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment