Migrate manifest tests to new RHEL GA version
This commit is contained in:
parent
345516e867
commit
3b7a8aa728
3 changed files with 6 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue