summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-build-lava.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/post-build-lava.py b/post-build-lava.py
index cf3d910..831c3b3 100755
--- a/post-build-lava.py
+++ b/post-build-lava.py
@@ -389,6 +389,12 @@ def main():
sys.exit('Failed to get last successful artifact.')
boot_image_parameters = json.load(response)
+ if {'command': 'boot_linaro_image'} in actions:
+ pass
+ else:
+ actions.append({
+ 'command': 'boot_linaro_image'
+ })
actions[1]['parameters'] = boot_image_parameters
if len(tests) > 0: