]> git.ipfire.org Git - people/ms/nightly-builds.git/commitdiff
build.sh: Actually run the build again
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Apr 2020 14:52:27 +0000 (14:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Apr 2020 14:52:27 +0000 (14:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
build.sh

index bf7a31e41f29b9bc5166d78f8e64203064ea859a..701652d837df4755669717e96a37ea818519ec3f 100755 (executable)
--- 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