Skip to content

Commit 781ac48

Browse files
committed
runner: post-image should not be mutually exclusive
While runner can support X|Y logic for hooks, since the generic post-image hook creates the IDP JSON, we want both image specific and generic post-image hooks to run. Other hooks are not mutually exclusive, so remove the logic for post-image since it serves no purpose.
1 parent c6c1125 commit 781ac48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/runner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ IGROOT:pre-image.sh \
4444
SRCROOT:pre-image.sh"
4545

4646
[post-image]="\
47-
DEVICE_ASSET:post-image.sh|IGROOT_device:post-image.sh \
48-
IMAGE_ASSET:post-image.sh|IGROOT_image:post-image.sh \
47+
DEVICE_ASSET:post-image.sh IGROOT_device:post-image.sh \
48+
IMAGE_ASSET:post-image.sh IGROOT_image:post-image.sh \
4949
IGROOT:post-image.sh \
5050
SRCROOT:post-image.sh"
5151

0 commit comments

Comments
 (0)