gitlab-ci: mkdir artifacts logs

This commit is contained in:
Antoine Martin 2023-02-21 22:55:43 -05:00
parent a0e15e45f9
commit ded668560d
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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")