From 556915cab6a921dfee480b54bc359d2720f30e79 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 6 Feb 2017 15:31:45 +0100 Subject: [PATCH] Fix checkout initial before calling rmpr Signed-off-by: Emile Vauge --- .github/rpr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/rpr.sh b/.github/rpr.sh index e5f893ba0..656266f1d 100755 --- a/.github/rpr.sh +++ b/.github/rpr.sh @@ -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 }