Skip to content
Snippets Groups Projects
Verified Commit b3518efa authored by Tomas Krizek's avatar Tomas Krizek
Browse files

ci: reuse pkg artifacts

parent eefaa9f4
Branches
Tags
1 merge request!1178distro: add apkg support
Pipeline #83377 passed with stages
in 1 hour, 55 minutes, and 39 seconds
......@@ -15,6 +15,8 @@ variables:
LIBKRES_NAME: libkres
MESON_TEST: meson test -C build_ci* -t 4 --print-errorlogs
PREFIX: $CI_PROJECT_DIR/.local
GIT_COMMITER_NAME: 'ci'
EMAIL: 'ci@nic'
image: $CI_REGISTRY/knot/knot-resolver/ci/debian-11:knot-$KNOT_VERSION
......@@ -71,7 +73,7 @@ stages:
paths:
- .local
- build_ci*
- build_dist/meson-dist/*.tar.xz
- pkg
reports:
junit: build_ci*/meson-logs/testlog.junit.xml
after_script:
......@@ -79,9 +81,6 @@ stages:
archive:
<<: *build
variables:
GIT_COMMITER_NAME: 'ci'
EMAIL: 'ci@nic'
except: null
script:
- apkg make-archive
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment