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

@ -2,7 +2,9 @@
set -euo pipefail
# Get OS data.
source /usr/libexec/osbuild-composer-test/set-env-variables.sh
source /etc/os-release
ARCH=$(uname -m)
source /usr/libexec/tests/osbuild-composer/shared_lib.sh
# Get compose url if it's running on unsubscried RHEL