Merge pull request #7759 from obrakmann/fix-wiki-update

Fix wiki update to match travis' idea of branch names
This commit is contained in:
Matthias Mailänder
2015-03-28 21:15:23 +01:00

View File

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