Skip to content

Commit

Permalink
Update tests/config/flux/flux.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jan-janssen and coderabbitai[bot] authored May 17, 2024
1 parent 3d31dc1 commit d7b857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/flux/flux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# flux: -t {{ [1, run_time_max // 60]|max }}
{%- endif %}
{%- if dependency %}
{%- for jobid in dependency %}
{%- for jobid in dependency -%}
# flux: --dependency=afterok:{{jobid}}
{%- endfor %}
{%- endif %}
Expand Down

0 comments on commit d7b857f

Please sign in to comment.