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

Cache feature flags on disk #1384

Merged
merged 4 commits into from Nov 21, 2022
Merged

Cache feature flags on disk #1384

merged 4 commits into from Nov 21, 2022

Commits on Nov 21, 2022

  1. Cache feature flags on disk

    This will allow feature flags to be shared across steps in the same job,
    avoiding an error we saw earlier where the init action had the flag
    enabled, but the analyze step had it disabled.
    
    This uses the runner's temp folder to cache the flags file, which will
    stick around until the job completes.
    aeisenberg committed Nov 21, 2022
    Copy the full SHA
    c29fca4 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    aeisenberg committed Nov 21, 2022
    Copy the full SHA
    da75623 View commit details
    Browse the repository at this point in the history
  3. Rename

    aeisenberg committed Nov 21, 2022
    Copy the full SHA
    cfce1c4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4ee97e5 View commit details
    Browse the repository at this point in the history