Skip to content
Snippets Groups Projects
Commit 3e9b4ff2 authored by Julian's avatar Julian
Browse files

Move dpkg-deb -c output to artifact to keep CI output readable

parent 8d51bfa3
Branches
No related tags found
No related merge requests found
...@@ -68,11 +68,12 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility ...@@ -68,11 +68,12 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
- mv ../*.deb ./ - mv ../*.deb ./
- cp debian/changelog ./changelog.txt - cp debian/changelog ./changelog.txt
- dpkg-deb -I *.deb - dpkg-deb -I *.deb
- dpkg-deb -c *.deb - dpkg-deb -c *.deb > contents.txt
artifacts: artifacts:
paths: paths:
- ./*.deb - ./*.deb
- changelog.txt - changelog.txt
- contents.txt
.publish: .publish:
stage: publish stage: publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment