Skip to content
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

Update DEST_DIR_SUFFIX in case of pr #982

Merged
merged 1 commit into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. Update DEST_DIR_SUFFIX in case of pr

    Recently on crc side[0] we have enabled the regex to capture bundle info
    and as part of this regex we are capturing the custom bundle which is
    random generated number like
    `crc_okd_vfkit_4.16.7_amd64_2342465234654.crcbundle` but for bundles
    generated by the pr have suffix `.pr<pr_number>` which means again
    adjust the regex. We can still identify the bundle with `_<pr_number>`
    and this way we don't need to update the regex.
    
    - crc-org/crc#4343
    praveenkumar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7be790f View commit details
    Browse the repository at this point in the history