infra/stacks/android-emulator/terragrunt.hcl
Viktor Barzin 02ed3062f6
All checks were successful
ci/woodpecker/push/build-cli Pipeline was successful
ci/woodpecker/push/default Pipeline was successful
android-emulator: non-merge apply trigger for v4 image rollout
Pipeline 96 applied only tripit: the v4 bump (577267cd) entered master
inside a merge whose first-parent diff hid stacks/android-emulator from
the stack detector — same failure mode as the tts 798b0255 trigger. This
plain commit touches the stack so the detector picks it up.
2026-06-11 23:48:16 +00:00

6 lines
208 B
HCL

include "root" {
path = find_in_parent_folders()
}
# apply-trigger: non-merge commit so the stack detector sees this stack
# (merge-commit diffs hide stacks from it — same issue as the tts 798b0255 fix)