Don't dump apt preferences in the CI build logs
This doesn't seem very useful and results in a lot of output.
This commit is contained in:
parent
15aaf9a163
commit
994400eb17
1 changed files with 0 additions and 2 deletions
|
|
@ -14,8 +14,6 @@ case $(uname -s) in
|
|||
# Show information about the repositories and priorities used.
|
||||
echo 'APT sources used:'
|
||||
$SUDO grep --no-messages '^[^#]' /etc/apt/sources.list /etc/apt/sources.list.d/* || true
|
||||
echo 'APT preferences:'
|
||||
$SUDO grep --no-messages '^[^#]' /etc/apt/preferences /etc/apt/preferences.d/* || true
|
||||
echo '--- End of APT files dump ---'
|
||||
|
||||
run_apt() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue