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 <nboldt@redhat.com>
pull/616/head
Nick Boldt 2020-12-22 09:11:31 -05:00 committed by GitHub
parent ae79476106
commit 1625b4fbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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