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: don't delete cfssl and cfssljson #589

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

ahmelsayed
Copy link
Contributor

With #568 these executables are no longer downloaded on demand, but rather predownloaded to the system.

When running dotnet build locally, it attempts to run ./cfssl and ./cfssljson from /operator or $CFSSL_EXECUTABLES_PATH. However, it deletes them after it's done.

Next time you try build again after cleaning the local dir it'll fail.

@buehler buehler merged commit bded799 into buehler:master Sep 13, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants