Make e2e tests pass in CI by using an older Synapse version (#7246)
This commit is contained in:
parent
cbb34d8ac7
commit
2e82887dc2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
# config
|
||||
SYNAPSE_BRANCH=develop
|
||||
SYNAPSE_BRANCH=release-v1.47
|
||||
INSTALLATION_NAME=consent
|
||||
SERVER_DIR=installations/$INSTALLATION_NAME
|
||||
CONFIG_TEMPLATE=consent
|
||||
|
|
Loading…
Reference in a new issue