Skip to content
Snippets Groups Projects
Commit 6df3b7ea authored by Michael Langguth's avatar Michael Langguth
Browse files

Adapted call of generate_workflow_runscripts.sh in create_env.sh.

parent 7f663494
No related branches found
No related tags found
No related merge requests found
Pipeline #46430 failed
......@@ -131,9 +131,9 @@ if [[ "$ENV_EXIST" == 0 ]]; then
for wf_script in "${workflow_scripts[@]}"; do
curr_script=${script_dir}/${wf_script}
if [[ -z "${exp_id}" ]]; then
./generate_workflow_runscripts.sh ${curr_script}
./generate_workflow_runscripts.sh ${curr_script} ${ENV_NAME}
else
./generate_workflow_runscripts.sh ${curr_script} ${exp_id}
./generate_workflow_runscripts.sh ${curr_script} ${ENV_NAME} -exp_id=${exp_id}
fi
done
# *** finished ***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment