mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +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() {
|
print_env() {
|
||||||
|
set +x
|
||||||
# As this script can run on multiple different CI systems
|
# As this script can run on multiple different CI systems
|
||||||
# the following lines should give some context to the
|
# the following lines should give some context to the
|
||||||
# evnvironment of this CI run.
|
# evnvironment of this CI run.
|
||||||
@@ -116,6 +117,7 @@ print_env() {
|
|||||||
fi
|
fi
|
||||||
print_header "Available CPUs"
|
print_header "Available CPUs"
|
||||||
lscpu || :
|
lscpu || :
|
||||||
|
set -x
|
||||||
}
|
}
|
||||||
|
|
||||||
print_env
|
print_env
|
||||||
|
Reference in New Issue
Block a user