Merge pull request #1124 from containous/fix-git-rmpr

Fix checkout initial before calling rmpr
This commit is contained in:
Emile Vauge 2017-02-06 18:49:24 +01:00 committed by GitHub
commit 39f8f6868a

1
.github/rpr.sh vendored
View file

@ -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
}