Merge pull request #1124 from containous/fix-git-rmpr
Fix checkout initial before calling rmpr
This commit is contained in:
commit
39f8f6868a
1 changed files with 1 additions and 0 deletions
1
.github/rpr.sh
vendored
1
.github/rpr.sh
vendored
|
@ -24,6 +24,7 @@ branch=$(curl -s https://api.github.com/repos/containous/traefik/pulls/$pr | jq
|
|||
|
||||
clean ()
|
||||
{
|
||||
git checkout $initial
|
||||
.github/rmpr.sh $pr
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue