Migrate manifest tests to new RHEL GA version

This commit is contained in:
Tom Koscielniak 2024-03-04 10:38:37 +01:00 committed by Jakub Rusz
parent 345516e867
commit 3b7a8aa728
3 changed files with 6 additions and 7 deletions

View file

@ -3,8 +3,7 @@ set -euxo pipefail
# Get OS details.
source /etc/os-release
ARCH=$(uname -m)
DISTRO_CODE="${DISTRO_CODE:-${ID}-${VERSION_ID//./}}"
DISTRO_CODE="${DISTRO_CODE:-${ID}-${VERSION_ID}}"
# get manifest-db at the version specified for this arch+distro
MANIFEST_DB_COMMIT=$(cat Schutzfile | jq -r '.global.dependencies."manifest-db".commit')
MANIFEST_DB_REPO="https://github.com/osbuild/manifest-db"