signoff the commit (new requirement)

Signed-off-by: David Festal <dfestal@redhat.com>
pull/116/head
David Festal 2019-10-30 20:19:21 +01:00 committed by Ilya Buziuk
parent 5001085867
commit 64fbe803cd
1 changed files with 1 additions and 1 deletions

View File

@ -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}" ]