gitlab-ci: mkdir artifacts logs
This commit is contained in:
parent
34d264259b
commit
97465222b8
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue