Compare commits
1 commit
a0784bf027
...
a5b34ea356
Author | SHA1 | Date | |
---|---|---|---|
a5b34ea356 |
1 changed files with 2 additions and 2 deletions
|
@ -341,8 +341,8 @@ class UpdateBuildOutput(steps.BuildStep):
|
|||
|
||||
out_path = props.getProperty("out_path")
|
||||
|
||||
if not out_path: # if, e.g., the build fails and doesn't produce an output
|
||||
return util.SKIPPED
|
||||
if not out_path: # if, e.g., the build fails and doesn't produce an output
|
||||
return util.SKIPPED
|
||||
|
||||
owner = Path(props.getProperty("owner"))
|
||||
repo = Path(props.getProperty("repository_name"))
|
||||
|
|
Loading…
Add table
Reference in a new issue