Skip to content
Snippets Groups Projects
Commit 05cac355 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: options/env.sh

parent a8edea2a
No related branches found
No related tags found
1 merge request!20Restructuring repo
...@@ -71,7 +71,7 @@ export JUGGLER_INSTALL_PREFIX=`realpath ${JUGGLER_INSTALL_PREFIX}` ...@@ -71,7 +71,7 @@ export JUGGLER_INSTALL_PREFIX=`realpath ${JUGGLER_INSTALL_PREFIX}`
## Location of local data for pass data from job to job within pipeline. ## Location of local data for pass data from job to job within pipeline.
## Not saved as artifacts. ## Not saved as artifacts.
if [ ! -n "${LOCAL_DATA_PATH}" ] ; then if [ ! -n "${LOCAL_DATA_PATH}" ] ; then
LOCAL_DATA_PATH="/scratch/${CI_PROJECT_NAME}_${CI_PIPLINE_ID}" export LOCAL_DATA_PATH="/scratch/${CI_PROJECT_NAME}_${CI_PIPLINE_ID}"
fi 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