Skip to content
Snippets Groups Projects
Unverified Commit 2acc4db3 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #25457 from nextcloud/update-stable21-target-versions

Update stable21 target versions
parents f57fc899 fa3a2820
No related branches found
No related tags found
No related merge requests found
...@@ -1353,7 +1353,7 @@ steps: ...@@ -1353,7 +1353,7 @@ steps:
commands: commands:
# JavaScript files are not used in integration tests so it is not needed to # JavaScript files are not used in integration tests so it is not needed to
# build them. # build them.
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed - git clone --depth 1 --branch stable21 https://github.com/nextcloud/spreed apps/spreed
- name: integration-sharing-v1-video-verification - name: integration-sharing-v1-video-verification
image: nextcloudci/integration-php7.3:integration-php7.3-2 image: nextcloudci/integration-php7.3:integration-php7.3-2
commands: commands:
......
...@@ -64,7 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then ...@@ -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="stable21"
# "--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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment