chore(travis): fix travis deploy script logic
fixes a mistake introduced in #631
This commit is contained in:
parent
dd824822cb
commit
5b5c6937d0
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ "$COMMAND" = deploy-dev-travis ]]; then
|
||||
if [[ "$COMMAND" = deploy-all-travis ]]; then
|
||||
exit 0 # no need to setup mastodon in this case
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue