Fix wiki update to match travis' idea of branch names

This commit is contained in:
Oliver Brakmann
2015-03-28 21:00:17 +01:00
parent b59bdce194
commit 6f54f8e616

View File

@@ -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