Commit 5e67dec
ci: remove unreachable job_id guard after retry_sbatch
Under set -e, retry_sbatch returning 1 exits the script immediately.
The if [ -z "$job_id" ] block was never reachable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ecd2b22 commit 5e67dec
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 200 | | |
206 | 201 | | |
207 | 202 | | |
| |||
0 commit comments