File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1240,7 +1240,7 @@ steps:
12401240 commands :
12411241 # JavaScript files are not used in integration tests, so it is not needed to
12421242 # build them.
1243- - git clone --depth 1 --branch master https://github.com/nextcloud/spreed apps/spreed
1243+ - git clone --depth 1 --branch stable27 https://github.com/nextcloud/spreed apps/spreed
12441244 - cd apps/spreed
12451245 - composer --version
12461246 - composer self-update --2
Original file line number Diff line number Diff line change 5252 curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
5353 curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
5454 output : before.json
55- profiler-branch : master
55+ profiler-branch : stable27
5656
5757 - name : Apply PR
5858 run : |
7474 curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
7575 curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
7676 output : after.json
77- profiler-branch : master
77+ profiler-branch : stable27
7878 compare-with : before.json
7979
8080 - name : Upload profiles
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
6464fi
6565
6666ACCEPTANCE_TESTS_CONFIG_DIR=" ../../$ACCEPTANCE_TESTS_DIR /config"
67- DEV_BRANCH=" master "
67+ DEV_BRANCH=" stable27 "
6868
6969# "--timeout-multiplier N" option can be provided to set the timeout multiplier
7070# to be used in ActorContext.
You can’t perform that action at this time.
0 commit comments