mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
ci: disable -x during print_env()
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
committed by
Andrei Vagin
parent
b4c7267b0e
commit
1fbe876242
@@ -90,6 +90,7 @@ print_header() {
|
||||
}
|
||||
|
||||
print_env() {
|
||||
set +x
|
||||
# As this script can run on multiple different CI systems
|
||||
# the following lines should give some context to the
|
||||
# evnvironment of this CI run.
|
||||
@@ -116,6 +117,7 @@ print_env() {
|
||||
fi
|
||||
print_header "Available CPUs"
|
||||
lscpu || :
|
||||
set -x
|
||||
}
|
||||
|
||||
print_env
|
||||
|
Reference in New Issue
Block a user