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

fix integration-cleanup.sh to match prefix only #3885

Merged
merged 2 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. fix integration-cleanup.sh to match prefix

    The `-f` filter is a regex and should match the prefix `test-`, thus,
    the regex should be `^test-`. Without `^`, the search string is looked
    up in the entire release name.
    stefanwire committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e47a22f View commit details
    Browse the repository at this point in the history
  2. changelog

    stefanwire committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    09c48eb View commit details
    Browse the repository at this point in the history