Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-02-17 16:34:09 +0000
committerSravan Kumar Lakkimsetti2020-02-17 16:34:42 +0000
commitfbf2e562a932d03de4f56b67812a448435c1043c (patch)
treef4a08623b88e75652d86fee79c344b762e74fb59 /cje-production/mbscripts/mb110_tagBuildInputs.sh
parent68e8e24a161ae91b27cc10a832da61121f558141 (diff)
downloadeclipse.platform.releng.aggregator-fbf2e562a932d03de4f56b67812a448435c1043c.tar.gz
eclipse.platform.releng.aggregator-fbf2e562a932d03de4f56b67812a448435c1043c.tar.xz
eclipse.platform.releng.aggregator-fbf2e562a932d03de4f56b67812a448435c1043c.zip
Revert "Initial tag for comparison"
Diffstat (limited to 'cje-production/mbscripts/mb110_tagBuildInputs.sh')
-rwxr-xr-xcje-production/mbscripts/mb110_tagBuildInputs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb110_tagBuildInputs.sh b/cje-production/mbscripts/mb110_tagBuildInputs.sh
index 7e2bf1c9c..db6de9cc7 100755
--- a/cje-production/mbscripts/mb110_tagBuildInputs.sh
+++ b/cje-production/mbscripts/mb110_tagBuildInputs.sh
@@ -29,7 +29,7 @@ gitLogFile=$CJE_ROOT/$DROP_DIR/$BUILD_ID/gitLog.html
mkdir -p $CJE_ROOT/$DROP_DIR/$BUILD_ID
# set lastTag
-lastTag=I20200217-0600
+lastTag=$(git describe --tags --match "${BUILD_TYPE}*" --abbrev=0)
pushd $CJE_ROOT/$AGG_DIR

Back to the top