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

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
}