Skip to content

Commit

Permalink
fix: che-22646 use gh instead of hub (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov authored Nov 9, 2023
1 parent 8aeceee commit 27a51ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ if [[ ${NOCOMMIT} -eq 0 ]]; then
git checkout "${PR_BRANCH}"
git pull origin "${PR_BRANCH}"
git push origin "${PR_BRANCH}"
lastCommitComment="$(git log -1 --pretty=%B)"
hub pull-request -f -m "${lastCommitComment}
${lastCommitComment}" -b "${BRANCH}" -h "${PR_BRANCH}"
gh pr create -f -B "${BRANCH}" -H "${PR_BRANCH}"
fi
fi

0 comments on commit 27a51ea

Please sign in to comment.