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

ci: fix upload CLI path line splitting #2877

Merged
merged 3 commits into from
Jan 30, 2024
Merged

ci: fix upload CLI path line splitting #2877

merged 3 commits into from
Jan 30, 2024

Conversation

elchead
Copy link
Contributor

@elchead elchead commented Jan 30, 2024

Context

The action for encrypting artifacts merged in #2567 and it's reversal introduced a bug here, as one requires multiple upload targets to split by spaces, and one by newlines. The reversal only changed the action path, but not the operator concatenating multiple lines in the upload targets, causing the upload to fail.

Proposed change(s)

  • Use the previously used operator |, which concatenates the lines with \ns, as required by actions/upload-artifact.

Checklist

  • Add labels (e.g., for changelog category)
  • Is PR title adequate for changelog?
  • Link to Milestone

Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit 81b459a
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/65b8ab0869f8c10008ea4966

This reverts commit 897703a.
@elchead elchead requested a review from msanft January 30, 2024 07:53
@msanft msanft added the no changelog Change won't be listed in release changelog label Jan 30, 2024
@msanft msanft added this to the v2.15.0 milestone Jan 30, 2024
Copy link
Contributor

@msanft msanft left a comment

Choose a reason for hiding this comment

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

Approving under the premise of https://github.com/edgelesssys/constellation/actions/runs/7707908660 being successful

@elchead elchead merged commit efc7290 into main Jan 30, 2024
5 checks passed
@elchead elchead deleted the fix/ci/build_cli branch January 30, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Change won't be listed in release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants