From 3bc1d178c2151a90b3a68922b8a1a7b3e84c0121 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Tue, 9 Mar 2021 17:23:48 +0530 Subject: Bug 571808 - Stop creating build input tags for Y and P builds Change-Id: I0f530b4e2160af6043dea78be43f8e702eefeb9e Signed-off-by: Sravan Kumar Lakkimsetti --- cje-production/mbscripts/mb110_tagBuildInputs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cje-production/mbscripts/mb110_tagBuildInputs.sh b/cje-production/mbscripts/mb110_tagBuildInputs.sh index 1d2bb3012..ea65c6cff 100755 --- a/cje-production/mbscripts/mb110_tagBuildInputs.sh +++ b/cje-production/mbscripts/mb110_tagBuildInputs.sh @@ -1,7 +1,7 @@ #!/bin/bash #******************************************************************************* -# Copyright (c) 2019, 2020 IBM Corporation and others. +# Copyright (c) 2019, 2021 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -48,7 +48,7 @@ pushd $CJE_ROOT/$AGG_DIR # git tagging git commit -m "Build input for build $BUILD_ID" -if [[ $? -eq 0 ]] +if [ $? -eq 0 -a "${BUILD_TYPE}" == "I" ] then git push origin HEAD fi -- cgit v1.2.3