Fix wiki update to match travis' idea of branch names
This commit is contained in:
@@ -1,19 +1,17 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Branch is $1"
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"bleed")
|
bleed)
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
"next")
|
next | playtest-*)
|
||||||
TAG=" (playtest)"
|
TAG=" (playtest)"
|
||||||
;;
|
;;
|
||||||
"master")
|
master | release-*)
|
||||||
TAG=""
|
TAG=""
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
#Eh? Unknown branch
|
echo "Unknown branch: $1"
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user