diff --git a/steps/runconfig.py b/steps/runconfig.py index aa7b858..fa639d6 100644 --- a/steps/runconfig.py +++ b/steps/runconfig.py @@ -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