Get information from matching tag instead of latest reference. 12/144312/2
authorhyokeun <hyokeun.jeon@samsung.com>
Wed, 16 Aug 2017 07:57:07 +0000 (16:57 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Wed, 16 Aug 2017 08:30:59 +0000 (17:30 +0900)
commit737772bbed5f35012f1a499786698e1778540046
treebbaabae998d897daf2efb422cd2393f183a84e16
parentf80eeb204f66988841bb8b82e1cf555c2bb69081
Get information from matching tag instead of latest reference.

Problem: git for-each-ref will fetch latest reference.
         If newer reference comes while processing submit job, it will fetch wrong data.
Fix: Specify git tag to list up.

Change-Id: I9d2eba5400d3acf1af4c2b29a497867446322737
job_submit.py