1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

move package installation to docker image to avoid on every run

This commit is contained in:
Bruno Windels
2019-04-09 17:56:03 +02:00
parent 57092eeb4f
commit f5f89ee4e3
3 changed files with 13 additions and 7 deletions

View File

@ -25,7 +25,7 @@ RIOT_WEB_DIR=riot-web
REACT_SDK_DIR=`pwd`
echo "--- Building copy of Riot"
echo "--- Building Riot"
scripts/ci/build.sh
# run end to end tests
echo "--- Fetching end-to-end tests from master"