Code review comment for lp:~fgiff/linaro-android-build-tools/linaro-android-connect-android-build-to-lava

Revision history for this message
James Westby (james-w) wrote :

72 + if os.environ.get("LAVA_SUBMIT") > 0:
73 + main()

I think you need to wrap the get in an int() to get LAVA_SUBMIT=0 to work,
as it returns a string.

I think this is ok to land and hook in to the build.

Thanks,

James

review: Approve

« Back to merge proposal