From f4cdc37f83333af3d78817d111f9d45e730a9832 Mon Sep 17 00:00:00 2001 From: Yonghee Han Date: Wed, 8 Mar 2017 12:46:02 +0900 Subject: [PATCH] Add NOT_ANNOTATED_MSG string Change-Id: Ia1250306856ffb5adac3ed03745554aa5701fe26 --- job_submit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/job_submit.py b/job_submit.py index 7a85067..228bf0e 100755 --- a/job_submit.py +++ b/job_submit.py @@ -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' -- 2.7.4