forgejo-ci: fix double v in repo
This commit is contained in:
parent
cf413eb7cf
commit
48a860beef
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ index c3b8f7a..f609018
|
|||
case $BASEBRANCH in
|
||||
- *-stable) echo v"${BASEBRANCH%-*}";;
|
||||
- master) echo edge;;
|
||||
+ v*) echo v"${BASEBRANCH%-*}";;
|
||||
+ v*) echo "$BASEBRANCH";;
|
||||
+ edge) echo edge;;
|
||||
*) die "Branch \"$BASEBRANCH\" not supported!"
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue