fix the problem that trigger order is mixed up 30/138330/1
authorSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 11 Jul 2017 09:07:31 +0000 (18:07 +0900)
committerSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 11 Jul 2017 09:07:31 +0000 (18:07 +0900)
commit8306ef822e9d3ae2587b966992571f3e4b585859
tree1e598fd8e4e09ff42005a6cc92e167bd30bd35cc
parent9595c4ab779701bf5d26e2762850675b6ad7040a
fix the problem that trigger order is mixed up

PROBLEM:
  display 'succuss' on dashboard
  but actually the image was not created

REASON:
  the trigger infomation order was mixed up
  between 'pre-release-image-creator' and 'BUILD-MONIOTR' job

SOLUTION:
  1. change the code from 'break' to 'return'
     bcz the rest progress does not need anymore
  2. remove DUMMY code

Change-Id: I898f57a74b97bb6b5f9e11f134c751f4dad9186f
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
job_imager.py