diff options
author | Sravan Kumar Lakkimsetti | 2020-02-17 16:16:50 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2020-02-17 16:16:50 +0000 |
commit | 0de1248c49ba08ef055f908bdefb04bc1dfbc471 (patch) | |
tree | 139d5a9a2b5ea5d48d589095997e7f5da7739f34 | |
parent | c07b217a3afbed808c2c92e0fbc518eeb7f30b56 (diff) | |
download | eclipse.platform.releng.aggregator-0de1248c49ba08ef055f908bdefb04bc1dfbc471.tar.gz eclipse.platform.releng.aggregator-0de1248c49ba08ef055f908bdefb04bc1dfbc471.tar.xz eclipse.platform.releng.aggregator-0de1248c49ba08ef055f908bdefb04bc1dfbc471.zip |
Initial tag for comparison
Change-Id: I4b6067a0c4dd0deff90e86ba8d4a61994b7a68aa
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-x | cje-production/mbscripts/mb110_tagBuildInputs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb110_tagBuildInputs.sh b/cje-production/mbscripts/mb110_tagBuildInputs.sh index db6de9cc7..7e2bf1c9c 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=$(git describe --tags --match "${BUILD_TYPE}*" --abbrev=0) +lastTag=I20200217-0600 pushd $CJE_ROOT/$AGG_DIR |