Skip to content
Snippets Groups Projects
Verified Commit 6e39ceae authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- artifacts path must be within project dir

parent 92d1e6e8
Branches
Tags
No related merge requests found
Pipeline #7889 passed
......@@ -158,10 +158,12 @@ create-debian-packages:
- dpkg-buildpackage -uc -us
- ls -lha ./
- ls -lha ../
- mkdir -p artifacts/
- cp ../*.deb artifacts/
#- cd ../ ; dh-make-perl ${CI_PROJECT_DIR}
dependencies:
- perl-unit-test-job
- perl-quality-test-job
artifacts:
paths:
- ../*.deb
- artifacts/*.deb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment