Fix CI branch for notifications app
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
6552f03d1f
commit
8abd227498
|
@ -64,7 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config"
|
ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config"
|
||||||
DEV_BRANCH="master"
|
DEV_BRANCH="stable20"
|
||||||
|
|
||||||
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
|
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
|
||||||
# to be used in ActorContext.
|
# to be used in ActorContext.
|
||||||
|
|
Loading…
Reference in New Issue