Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
fi
ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config"
+DEV_BRANCH="stable18"
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
# to be used in ActorContext.
# Add Notifications app to the "apps" directory (unless it is already there).
if [ ! -e "apps/notifications" ]; then
- (cd apps && git clone --depth 1 https://github.com/nextcloud/notifications)
+ (cd apps && git clone --depth 1 --branch ${DEV_BRANCH} https://github.com/nextcloud/notifications)
fi
INSTALL_AND_CONFIGURE_SERVER_PARAMETERS=""