mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-17 02:49:05 +02:00
steps/runconfig: Ensure build is marked as skipped
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
863ed82b2a
commit
730f5ea304
|
@ -211,6 +211,7 @@ class TargetPresent(shell.ShellCommand):
|
|||
rc = super().evaluateCommand(cmd)
|
||||
if rc != SUCCESS:
|
||||
self.descriptionDone = "Target not present in branch configuration"
|
||||
self.build.results = SKIPPED
|
||||
# Run no further steps, terminate the build
|
||||
self.build.terminate = True
|
||||
return SKIPPED
|
||||
|
|
Loading…
Reference in New Issue
Block a user