fa22769 Fix wrong value passed to ModuleBuild.transition state argument

Authored and Committed by cqi 4 years ago
    Fix wrong value passed to ModuleBuild.transition state argument
    
    state argument expects an int value represeting a module build state
    rather than a string value.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>