Skip to content

ci: correct image sign verify command#4489

Merged
erikgb merged 1 commit intoweaveworks:mainfrom
erikgb:fix-image-sign-verify-command
Jan 11, 2025
Merged

ci: correct image sign verify command#4489
erikgb merged 1 commit intoweaveworks:mainfrom
erikgb:fix-image-sign-verify-command

Conversation

@erikgb
Copy link
Copy Markdown
Contributor

@erikgb erikgb commented Jan 11, 2025

Closes

What changed?

Now the signing seems to work, but there is an error in the sign verification command which is corrected in this PR.

Why was this change made?

Make the main branch CI green again.

How was this change implemented?

How did you validate the change?

Release notes

Documentation Changes

@erikgb erikgb requested review from casibbald and tenstad January 11, 2025 09:09
@erikgb erikgb enabled auto-merge (rebase) January 11, 2025 09:10
Comment thread .github/workflows/pr.yaml
@@ -127,8 +127,8 @@ jobs:
- name: Verify the image signing
if: ${{ github.event_name != 'pull_request' && github.repository == 'weaveworks/weave-gitops' }}
run: |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Change to > and remove indents instead, to avoid the backslashes?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Think you have to remove indents as well, that's the downside of >

Copy link
Copy Markdown
Contributor Author

@erikgb erikgb Jan 11, 2025

Choose a reason for hiding this comment

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

Then I actually prefer the backslash solution. Makes it easier to read, and simple to add additional commands.

@erikgb erikgb force-pushed the fix-image-sign-verify-command branch from 79ead18 to a94090e Compare January 11, 2025 09:17
@erikgb erikgb requested a review from tenstad January 11, 2025 09:18
@erikgb erikgb force-pushed the fix-image-sign-verify-command branch from a94090e to c48182e Compare January 11, 2025 09:21
@erikgb erikgb merged commit 6ce868e into weaveworks:main Jan 11, 2025
This was referenced Jan 15, 2025
This was referenced Feb 4, 2025
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