diff --git a/.gitlab/bin/build.sh b/.gitlab/bin/build.sh index 48885cd..1840f9f 100755 --- a/.gitlab/bin/build.sh +++ b/.gitlab/bin/build.sh @@ -207,6 +207,7 @@ build_start=$CI_ALPINE_BUILD_OFFSET build_limit=$CI_ALPINE_BUILD_LIMIT for repo in $(changed_repos); do + mkdir -p "$APORTSDIR"/logs "$APORTSDIR"/packages "$APORTSDIR"/keys set_repositories_for "$repo" built_aports=0 changed_aports_in_repo=$(changed_aports "$repo")