Skip to content

Commit

Permalink
Merge pull request #5 from yih-redhat/fix-test
Browse files Browse the repository at this point in the history
fix test script
  • Loading branch information
yih-redhat authored Oct 11, 2023
2 parents 2bea93b + 574112b commit 7812f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greenboot-test/greenboot-rs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ SSH_KEY=key/ostree_key

# Set os-variant and boot location used by virt-install.
case "${ID}-${VERSION_ID}" in
"fedora-39")
"fedora-"*"")
IMAGE_TYPE=fedora-iot-commit
OSTREE_REF="fedora/39/${ARCH}/iot"
OSTREE_REF="fedora/${VERSION_ID}/${ARCH}/iot"
OS_VARIANT="fedora-rawhide"
BOOT_LOCATION="https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/"
;;
Expand Down

0 comments on commit 7812f84

Please sign in to comment.