-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test greenboot ci #3
Conversation
/greenboot-rs-test-rawhide say-paul/images:remove-old-greenboot-services |
/greenboot-rs-test-rawhide say-paul/images:remove-old-greenboot-services |
/greenboot-rs-test-rawhide say-paul/images:remove-old-greenboot-services |
/greenboot-rs-test-rawhide say-paul/images:remove-old-greenboot-services |
1 similar comment
/greenboot-rs-test-rawhide say-paul/images:remove-old-greenboot-services |
/greenboot-rs-test-rawhide yih-redhat/images:image-ci |
1 similar comment
/greenboot-rs-test-rawhide yih-redhat/images:image-ci |
decdd73
to
175c1b7
Compare
/greenboot-rs-test-rawhide yih-redhat/images:image-ci |
greenboot-test/greenboot-rs.sh
Outdated
@@ -32,7 +32,7 @@ SSH_KEY=key/ostree_key | |||
|
|||
# Set os-variant and boot location used by virt-install. | |||
case "${ID}-${VERSION_ID}" in | |||
"fedora-"*"") | |||
"fedora-"*) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure as why its failing here, the regex seems to be working for me in rhel
#!/bin/bash
ID="fedora"
VERSION_ID=40
case "${ID}-${VERSION_ID}" in
"fedora-"*)
echo "match"
;;
*)
echo "mismatch"
esac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be try after removing "
, which also worked for me.
175c1b7
to
d5f6098
Compare
/greenboot-rs-test-rawhide yih-redhat/images:image-ci |
d5f6098
to
178c5dc
Compare
/greenboot-rs-test-39 yih-redhat/images:image-ci |
9bc115a
to
45208eb
Compare
/greenboot-rs-test-39 say-paul/images:remove-old-greenboot-services |
45208eb
to
dfd5534
Compare
/greenboot-rs-test-39 say-paul/images:remove-old-greenboot-services |
dfd5534
to
ef8fe54
Compare
/greenboot-rs-test-39 say-paul/images:remove-old-greenboot-services |
ef8fe54
to
537662f
Compare
/greenboot-rs-test-39 say-paul/images:remove-old-greenboot-services |
537662f
to
9a46600
Compare
/greenboot-rs-test-39 say-paul/images:remove-old-greenboot-services |
No description provided.