mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
ci-automation: print kola command line
For running kola manually and knowing which parameters where set, it helps to print the kola command line in the job.
This commit is contained in:
parent
0c8d96edaa
commit
79e07bca44
@ -51,6 +51,7 @@ if [ "${testscript}" = "qemu_uefi.sh" ] ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -x
|
||||||
set -o noglob
|
set -o noglob
|
||||||
|
|
||||||
sudo kola run \
|
sudo kola run \
|
||||||
@ -64,3 +65,4 @@ sudo kola run \
|
|||||||
$@
|
$@
|
||||||
|
|
||||||
set +o noglob
|
set +o noglob
|
||||||
|
set +x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user