Add NOT_ANNOTATED_MSG string 93/117893/1
authorYonghee Han <onstudy@samsung.com>
Wed, 8 Mar 2017 03:46:02 +0000 (12:46 +0900)
committerYonghee Han <onstudy@samsung.com>
Wed, 8 Mar 2017 03:46:02 +0000 (12:46 +0900)
Change-Id: Ia1250306856ffb5adac3ed03745554aa5701fe26

job_submit.py

index 7a85067..228bf0e 100755 (executable)
@@ -70,6 +70,8 @@ WRONG_FORMAT_MSG = '- Wrong tag format,\n please follow the format '\
                    'submit/{branch}/{date.time}. \n'\
                    'Git branch : %s. Tag branch: %s'
 
+NOT_ANNOTATED_MSG = '- Tag should be annotated tag.'
+
 SUGGESTION = 'Suggest to use "gbs submit" to trigger submission\n'\
 
 TITLE_FAILED = '[Submit Request Failed]: tag: %s in %s'