From 328fe6184441764f47f419e6b3fd21792dbccd6d Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 20 Aug 2018 15:45:11 +0200 Subject: [PATCH] Forgot to add fetch repository with test data. Fixed. --- lib/main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.sh b/lib/main.sh index 8bcd348277..f16fa90f27 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -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