1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Nest other layers inside on automation

This changes the nesting style because some CI / CD systems do not allow moving
to a directory above the checkout for the primary repo (`react-sdk` in this
case).

Part of https://github.com/vector-im/element-web/issues/12624
This commit is contained in:
J. Ryan Stinnett
2020-11-20 17:55:48 +00:00
parent a6e69db8f5
commit 883d5d96a7
3 changed files with 12 additions and 12 deletions

View File

@ -15,10 +15,10 @@ trap 'handle_error' ERR
echo "--- Building Element"
scripts/ci/layered.sh
cd ../element-web
cd element-web
element_web_dir=`pwd`
CI_PACKAGE=true yarn build
cd ../matrix-react-sdk
cd ..
# run end to end tests
pushd test/end-to-end-tests
ln -s $element_web_dir element/element-web