From 64fbe803cdc9e958c7f6019d9b847f36ae0ff0bd Mon Sep 17 00:00:00 2001 From: David Festal Date: Wed, 30 Oct 2019 20:19:21 +0100 Subject: [PATCH] signoff the commit (new requirement) Signed-off-by: David Festal --- olm/prepare-community-operators-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olm/prepare-community-operators-update.sh b/olm/prepare-community-operators-update.sh index 537d92eec..12afcd06e 100755 --- a/olm/prepare-community-operators-update.sh +++ b/olm/prepare-community-operators-update.sh @@ -92,7 +92,7 @@ do echo " - Committing changes" cd "${communityOperatorsLocalGitFolder}" git add --all - git commit -m "Update eclipse-che operator for ${platform} to release ${lastPackagePreReleaseVersion}" + git commit -s -m "Update eclipse-che operator for ${platform} to release ${lastPackagePreReleaseVersion}" echo echo " - Pushing branch ${branch} to the 'che-incubator/community-operators' GitHub repository" if [ -z "${GIT_USER}" ] || [ -z "${GIT_PASSWORD}" ]