mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 10:50:14 +01:00
gitlab-ci: avoid pager for "run-test.sh"
In particular, `dpkg -l` likes to show a pager, when you are on the terminal. Being on the terminal happens, if you try to reproduce a test on your own container. So let's avoid that.
This commit is contained in:
parent
19a96f64ed
commit
f6f961f381
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -ex
|
||||
|
||||
export PAGER=cat
|
||||
|
||||
IS_FEDORA=0
|
||||
IS_CENTOS=0
|
||||
IS_ALPINE=0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue