You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade qDup from 0.10.8 to 0.11.0 and adapt qDup scripts
to the breaking change in sibling command output behavior.
In qDup 0.11.0, sibling commands under `then:` and `else:`
blocks now receive input from the parent command rather than
from the previous sibling. Commands that depend on a preceding
sibling's output (e.g. `set-state` capturing `sh` output) are
nested under the sibling via `then:` to preserve correct
data flow.
Affected scripts:
- main.yml: measure-build-times (8 sh+set-state pairs),
run-load-test syncjfr section (1 sh+set-state pair)
- sdkman.yml: sdkman-uninstall (1 sh+regex pair)
Fixes#252
Assisted-By: Claude Code <noreply@anthropic.com>
Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
0 commit comments