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

#57 Fix bug where score-k8s creates the score.yaml with perm 0600 instead of 0755 #59

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

Somsubhra
Copy link
Contributor

@Somsubhra Somsubhra commented Oct 17, 2024

Fix bug where score-k8s creates the score.yaml with perm 0600 instead of 0755.

Description

Fix bug where score-k8s creates the score.yaml with perm 0600 instead of 0755. This is to keep it consistent with other commands like scope-compose which creates it with 0755 perm. Also the ci workflow has been changed to cat the file rather than listing it.

What does this PR do?

  • Create score.yaml file with 0755 permissions
  • Make the "Test Docker Image" CI to cat the file rather than listing it.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • New chore (expected functionality to be implemented)

Checklist:

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • I've signed off with an email address that matches the commit author.

Copy link
Contributor

@mathieu-benoit mathieu-benoit left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution, @Somsubhra, much appreciated!

LGTM

@mathieu-benoit mathieu-benoit merged commit c9c40eb into score-spec:main Oct 17, 2024
4 checks passed
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.

[bug] score-k8s init create the default score.yaml in 0600 instead of 0755
2 participants