Do not run set-env-variables.sh
Do not run `set-env-variables.sh` to set ARCH and OS variables to avoid the CI failing because of shellcheck lint problems. Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
parent
20c8892ec9
commit
53955af7ca
9 changed files with 38 additions and 33 deletions
|
|
@ -1,15 +1,14 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
# Provision the software under test.
|
||||
/usr/libexec/osbuild-composer-test/provision.sh none
|
||||
|
||||
source /usr/libexec/tests/osbuild-composer/shared_lib.sh
|
||||
|
||||
# Get OS data.
|
||||
source /etc/os-release
|
||||
ARCH=$(uname -m)
|
||||
|
||||
# Provision the software under test.
|
||||
/usr/libexec/osbuild-composer-test/provision.sh none
|
||||
|
||||
source /usr/libexec/tests/osbuild-composer/shared_lib.sh
|
||||
|
||||
# Start libvirtd and test it.
|
||||
greenprint "🚀 Starting libvirt daemon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue