mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #29748 from pmorie/fix-cherry-pick-script
Automatic merge from submit-queue Fix args to 'hub pull-request' in cherry-pick script I had to make this change to get the script to work for me... @k8s-oncall
This commit is contained in:
commit
c669778333
@ -152,7 +152,7 @@ Automated cherry pick of ${PULLSUBJ}
|
||||
Cherry pick of ${PULLSUBJ} on ${rel}.
|
||||
EOF
|
||||
|
||||
hub pull-request -F"${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "kubernetes:${rel}"
|
||||
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "kubernetes:${rel}"
|
||||
}
|
||||
|
||||
if git remote -v | grep ^origin | grep kubernetes/kubernetes.git; then
|
||||
|
Loading…
Reference in New Issue
Block a user