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:
Miguel Martín 2023-11-20 15:26:46 +01:00 committed by Miguel Martin
parent 20c8892ec9
commit 53955af7ca
9 changed files with 38 additions and 33 deletions

View file

@ -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"