Skip to content

Commit

Permalink
Fix: use gh instead of hub for Che #22646 (#1827)
Browse files Browse the repository at this point in the history
* Fix: use gh instead of hub for Che #22646

* Remove unused variable
  • Loading branch information
SDawley authored Nov 9, 2023
1 parent 7807e95 commit 53a94ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ commitChangeOrCreatePR()
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}" -b "${aBRANCH}" -h "${PR_BRANCH}"
gh pr create -f -B "${aBRANCH}" -H "${PR_BRANCH}"
fi
fi
}
Expand Down

0 comments on commit 53a94ff

Please sign in to comment.