Forgot to add fetch repository with test data. Fixed.

This commit is contained in:
Igor Pecovnik 2018-08-20 15:45:11 +02:00
parent 35835233db
commit 328fe61844

View File

@ -240,6 +240,7 @@ if [[ $IGNORE_UPDATES != yes ]]; then
fetch_from_repo "https://github.com/rockchip-linux/rkbin" "rkbin-tools" "branch:29mirror"
fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell" "marvell-tools" "branch:A3700_utils-armada-17.10"
fetch_from_repo "https://github.com/armbian/odroidc2-blobs" "odroidc2-blobs" "branch:master"
fetch_from_repo "https://github.com/armbian/testings" "testing-reports" "branch:master"
fi
if [[ $BETA == yes ]]; then