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
parent
ae79476106
commit
1625b4fbbe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue