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

action, selftest: deprecate bundle-only: false #65

Merged
merged 2 commits into from
Apr 23, 2023

Conversation

tnytown
Copy link
Contributor

@tnytown tnytown commented Apr 23, 2023

Resolves #51.

Signed-off-by: Andrew Pan <a@tny.town>
@tnytown tnytown requested review from woodruffw and tetsuo-cpp April 23, 2023 18:46
@woodruffw woodruffw changed the title action, selftest: deprecate bundle-only: false` action, selftest: deprecate bundle-only: false Apr 23, 2023
action.py Outdated
@@ -191,6 +191,10 @@ def _fatal_help(msg):
inputs.append(artifact)

bundle_only = os.getenv("GHA_SIGSTORE_PYTHON_BUNDLE_ONLY") == "true"
if not bundle_only:
_fatal_help("`bundle-only` is deprecated, this action no longer emits"
" other outputs by default")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, thinking about this more: let's just remove this option entirely, since we're doing a major bump.

(Sorry for the whiplash!)

Signed-off-by: Andrew Pan <a@tny.town>
@tnytown
Copy link
Contributor Author

tnytown commented Apr 23, 2023

I pushed this to my fork and ran the skipped checks, it works correctly (with the exception of the verify selftest, which is hardcoded to the identity of the this repo).

@woodruffw woodruffw merged commit 9247cf3 into sigstore:main Apr 23, 2023
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.

Flip the bundle-only setting
2 participants