Skip to content

Commit 25dad2e

Browse files
authored
Merge pull request nextcloud#41689 from nextcloud/fix/noid/fix-dev-branch
[stable25] ci(acceptance): fix dev branch
2 parents ed59bb3 + 46b0725 commit 25dad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/run-local.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
6464
fi
6565

6666
ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config"
67-
DEV_BRANCH="master"
67+
DEV_BRANCH="stable25"
6868

6969
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
7070
# to be used in ActorContext.

0 commit comments

Comments
 (0)