From: Michael Tremer Date: Mon, 27 Apr 2020 14:52:27 +0000 (+0000) Subject: build.sh: Actually run the build again X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a70eabe73fd4927ed6456edc01c84472c41385ad;p=people%2Fms%2Fnightly-builds.git build.sh: Actually run the build again Signed-off-by: Michael Tremer --- diff --git a/build.sh b/build.sh index bf7a31e..701652d 100755 --- a/build.sh +++ b/build.sh @@ -212,7 +212,7 @@ lock for repo in ${BASEDIR}/*; do [ -d "${repo}/.git" ] || continue - echo build "${repo}" + build "${repo}" done # Try to sync even nothing was built for retrying failed uploads