File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
6464fi
6565
6666ACCEPTANCE_TESTS_CONFIG_DIR=" ../../$ACCEPTANCE_TESTS_DIR /config"
67+ DEV_BRANCH=" stable19"
6768
6869# "--timeout-multiplier N" option can be provided to set the timeout multiplier
6970# to be used in ActorContext.
@@ -195,7 +196,7 @@ ln --symbolic $(pwd) /var/www/html
195196
196197# Add Notifications app to the "apps" directory (unless it is already there).
197198if [ ! -e " apps/notifications" ]; then
198- (cd apps && git clone --depth 1 https://github.com/nextcloud/notifications)
199+ (cd apps && git clone --depth 1 --branch ${DEV_BRANCH} https://github.com/nextcloud/notifications)
199200fi
200201
201202INSTALL_AND_CONFIGURE_SERVER_PARAMETERS=" "
You can’t perform that action at this time.
0 commit comments