refactor: fix for PR with master branch.
This commit is contained in:
parent
91b4b47f04
commit
72baf746f4
3 changed files with 3 additions and 3 deletions
2
.github/cpr.sh
vendored
2
.github/cpr.sh
vendored
|
@ -23,4 +23,4 @@ branch=$(curl -s https://api.github.com/repos/containous/traefik/pulls/$pr | jq
|
|||
|
||||
git remote add $remote git@github.com:$remote/traefik.git
|
||||
git fetch $remote $branch
|
||||
git checkout -t $remote/$branch
|
||||
git checkout -t -b "$pr--$branch" $remote/$branch
|
Loading…
Add table
Add a link
Reference in a new issue