Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 commented May 10, 2024

  • Fix handling of multiple files, supporting glob patterns
  • Require a release version for papertrail
  • Typo fixes

Example run: https://github.com/blink1073/winkerberos/actions/runs/9024423244/job/24798319965

@blink1073 blink1073 requested a review from alcaeus May 10, 2024 00:03
-w $(pwd) \
${{ inputs.artifactory_registry }}/${{ inputs.artifactory_image }} \
/bin/bash -c 'gpgloader && for filename in "${{ inputs.filenames }}"; do gpg --detach-sign --armor --output ${filename}.sig ${filename}; done'
/bin/bash -c 'gpgloader && for filename in ${{ inputs.filenames }}; do gpg --detach-sign --armor --output ${filename}.sig ${filename}; done'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh, I was under the assumption that the space separated lists needed to be quoted. This is much better!

Copy link
Member Author

Choose a reason for hiding this comment

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

It would have. We only support single filenames or a glob pattern now. But it was surprisingly difficult to generate a space separated list from a directory listing.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, I see. Works for me 👍

@alcaeus alcaeus merged commit 798f0de into mongodb-labs:main May 10, 2024
@blink1073 blink1073 deleted the test branch May 10, 2024 10:34
@blink1073 blink1073 restored the test branch May 10, 2024 10:36
@blink1073 blink1073 deleted the test branch May 10, 2024 10:39
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.