Delete unused configuration - GBS_META_TIZEN_BASE_PRJ 78/147678/1
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 5 Sep 2017 08:34:48 +0000 (17:34 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 5 Sep 2017 08:34:48 +0000 (17:34 +0900)
Change-Id: Ifba828582d942fb1575445efcfe6063ccf8cb416

job_update_gbs_meta.py

index 65f61aa..b3dd242 100644 (file)
@@ -14,7 +14,6 @@ from common.gerrit import Gerrit, get_gerrit_event, GerritError, is_ref_deleted
 workspace = os.getenv('WORKSPACE')
 basic_url= os.getenv('URL_PUBLIC_REPO_BASE') + '/snapshot/tizen/'
 gbs_meta_default_profile = os.getenv('GBS_META_DEFAULT_PROFILE')
-gbs_meta_tizen_base_prj = os.getenv('GBS_META_TIZEN_BASE_PRJ')
 gbs_meta_support_tizen_ver = os.getenv('GBS_META_SUPPORT_TIZEN_VER')
 
 def _update_ref_bin_index(ref_binary):