ci: include only the rpm and srpm directory in the artifacts The rest is useless and takes a lot of space
1 files changed, 2 insertions(+), 1 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +2 -1
@@ 23,7 23,8 @@ build:fedora: artifacts: paths: - build/coverage/ - - build/rpmbuild/ + - build/rpmbuild/RPMS + - build/rpmbuild/SRPMS - build/tests_outputs/ build:debian: