]> git.ipfire.org Git - people/ms/nightly-builds.git/commitdiff
Do not leave build directory before all builds are done master
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Mar 2021 10:48:12 +0000 (10:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 12:42:26 +0000 (12:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
build.sh

index e5f5eb4700231ea726a34a237236551edc56e8ae..b5ce5fb7555b000ba0166a740b87b0b5c1234224 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -173,9 +173,9 @@ build() {
 
                # Upload the result
                sync
-
-               popd
        done
+
+       popd
 }
 
 sync() {