Skip to content
Snippets Groups Projects
Commit 25d14726 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

import: set EXP_ID if different from script name

parent f8aa190f
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ cd '$WORK_DIR' ...@@ -191,6 +191,7 @@ cd '$WORK_DIR'
cat << EOF cat << EOF
###\\ ###\\
$([ "$RUN_SCRIPT_BASE" != "$EXPNAME" ] && echo EXP_ID = $EXPNAME)
EXP_TYPE = ${EXP_TYPE:-DEFAULT} EXP_TYPE = ${EXP_TYPE:-DEFAULT}
ENVIRONMENT = ${ENVIRONMENT:-levante} ENVIRONMENT = ${ENVIRONMENT:-levante}
......
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