Fix checkout initial before calling rmpr

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-02-06 15:31:45 +01:00
parent bff654b843
commit 556915cab6
No known key found for this signature in database
GPG key ID: D808B4C167352E59

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
}