Fix branch list including dev branches
This commit is contained in:
parent
24792b96cc
commit
ac827a0f42
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
git ls-remote --heads origin | awk '{print $2}' | sed 's:.*/::' | sort -V | grep -E '^1\.[0-9]*(\.[0-9]*)?$'
|
||||
git ls-remote --heads origin | awk '{print $2}' | grep -E '^refs/heads/1\.' | sed 's:.*/::' | sort -V | grep -E '^1\.[0-9]*(\.[0-9]*)?$'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user