1
0
Fork 0

refactor: fix for PR with master branch.

This commit is contained in:
Fernandez Ludovic 2017-05-03 14:27:51 +02:00
parent 91b4b47f04
commit 72baf746f4
3 changed files with 3 additions and 3 deletions

2
.github/rmpr.sh vendored
View file

@ -23,5 +23,5 @@ branch=$(curl -s https://api.github.com/repos/containous/traefik/pulls/$pr | jq
# clean
git checkout $initial
git branch -D $branch
git branch -D "$pr--$branch"
git remote remove $remote