Merge pull request #31 from matrix-org/bwindels/lltestsonlyrunondevelop

tests need riot develop branch to pass
pull/21833/head
David Baker 2018-10-01 11:44:10 +01:00 committed by GitHub
commit a1cd2aeb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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