current tests need riot develop to set a room alias without a domain name

This commit is contained in:
Bruno Windels 2018-09-25 18:01:10 +01:00
parent 4aad156b92
commit 8ee7623d90

View File

@ -1,5 +1,5 @@
#!/bin/bash
RIOT_BRANCH=master
RIOT_BRANCH=develop
BASE_DIR=$(readlink -f $(dirname $0))
if [ -d $BASE_DIR/riot-web ]; then