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 Google GPG key file extension in Kubernetes setup GH action #1258

Merged
merged 1 commit into from
May 22, 2023

Conversation

zimnx
Copy link
Collaborator

@zimnx zimnx commented May 22, 2023

gpg extension may be interpreted wrong as gpg shall be treated as binary file.
Google key is actually in plain text format.
Chaning file extensions to the right one fixes an error on apt-get update.

gpg extension may be interpreted wrong as gpg shall be treated as binary file.
Google key is actually in plain text. Chaning file extensions to the right one
fixes an error on apt-get update.
@zimnx zimnx added the kind/machinery Categorizes issue or PR as related to Makefile, scripts or similar changes. label May 22, 2023
@zimnx zimnx added this to the v1.9 milestone May 22, 2023
@zimnx zimnx marked this pull request as ready for review May 22, 2023 10:23
@zimnx zimnx requested a review from tnozicka May 22, 2023 10:23
@zimnx zimnx enabled auto-merge May 22, 2023 10:29
@zimnx zimnx disabled auto-merge May 22, 2023 17:54
@zimnx zimnx merged commit 082d89f into scylladb:master May 22, 2023
35 of 37 checks passed
@zimnx zimnx deleted the mz/fix-gpg-key branch May 22, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/machinery Categorizes issue or PR as related to Makefile, scripts or similar changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants