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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue