ci: use toml/changes branch for react-sdk testing
This commit is contained in:
parent
ba11162cee
commit
5e13a30065
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ variables:
|
||||||
JS_SDK_REF: "release-v9.8.0"
|
JS_SDK_REF: "release-v9.8.0"
|
||||||
JS_SDK_REPO: "https://github.com/matrix-org/matrix-js-sdk.git"
|
JS_SDK_REPO: "https://github.com/matrix-org/matrix-js-sdk.git"
|
||||||
REACT_SDK_REPO: "https://gitlab-ci-token:$GL_BAYERN_REACT_SDK_TOKEN@gitlab.matrix.org/new-vector/dataport/bayern-react-sdk"
|
REACT_SDK_REPO: "https://gitlab-ci-token:$GL_BAYERN_REACT_SDK_TOKEN@gitlab.matrix.org/new-vector/dataport/bayern-react-sdk"
|
||||||
REACT_SDK_BRANCH: "master"
|
# this should really use CI_COMMIT_BRANCH if absolutely required
|
||||||
|
REACT_SDK_BRANCH: "toml/changes"
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
tags: ['shell']
|
tags: ['shell']
|
||||||
|
|
Loading…
Add table
Reference in a new issue