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
+1 -1
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"