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