From 1625b4fbbe38f3ca0ef6d1546bd260deec13fecb Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Tue, 22 Dec 2020 09:11:31 -0500 Subject: [PATCH] remove -o flag (don't open a browser for the PR); don't copy the commit comment twice (#593) Change-Id: I2d21c5e3e93dd19b02a590b8e7ead2e53bfa69d1 Signed-off-by: nickboldt --- olm/prepare-community-operators-update.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/olm/prepare-community-operators-update.sh b/olm/prepare-community-operators-update.sh index 3f4a3f48c..ac90e0974 100755 --- a/olm/prepare-community-operators-update.sh +++ b/olm/prepare-community-operators-update.sh @@ -145,9 +145,7 @@ updateGraph: replaces-mode" > ${folderToUpdate}/ci.yaml sed -r -n '/#+ Updates to existing Operators/,$p' | sed -r -e "s#\[\ \]#[x]#g") lastCommitComment="$(git log -1 --pretty=%B)" - $HUB pull-request -o -f -m "${lastCommitComment} - -${lastCommitComment} + $HUB pull-request -f -m "${lastCommitComment} ${PRbody}" -b "operator-framework:${base_branch}" -h "${fork_org}:${branch}" else