forked from platypush/platypush
[CI/CD] Debug pipeline by printing content of Packages file.
This commit is contained in:
parent
4b4a8c7aaa
commit
581fe6101f
1 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,8 @@ steps:
|
|||
dpkg-scanpackages --arch all "$branch_dir" > "$pkg_file"
|
||||
sed -i "$pkg_file" -re "s|^Filename: $TMP_APT_ROOT/|Filename: |"
|
||||
cat "$pkg_file" | gzip -9 > "$pkg_file.gz"
|
||||
echo "Generated Packages file: $pkg_file"
|
||||
cat "$pkg_file"
|
||||
done
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue