Skip to content
Snippets Groups Projects
Commit d6e91068 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix bug in example.

parent 94760ab8
No related branches found
No related tags found
No related merge requests found
Pipeline #18714 failed
......@@ -136,7 +136,7 @@ fi
if [ "$STAGE" -eq 1 ]; then
echo "Running Stage 1"
autosubmit setstatus ${EXPID} -fs SUSPENDED -t WAITING -s -np
autosubmit setstatus ${EXPID} -ft EXTPAR_FROM_IDEALIZED FG_ANA_FROM_IDEALIZED -t SUSPENDED -s -np
autosubmit setstatus ${EXPID} -ft "EXTPAR_FROM_IDEALIZED FG_ANA_FROM_IDEALIZED" -t SUSPENDED -s -np
autosubmit run ${EXPID}
# Check if there are failed jobs
[ -s autosubmit/${EXPID}/tmp/ASLOGS/jobs_failed_status.log ] && exit 1
......
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