Skip to content

Commit

Permalink
feat: fix metadta
Browse files Browse the repository at this point in the history
  • Loading branch information
mglants committed May 16, 2024
1 parent eefc8ba commit ac1751a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
File renamed without changes.
30 changes: 13 additions & 17 deletions apps/cni-plugins/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"app": "cni-plugins",
"base": false,
"channels": [
{
"name": "stable",
"platforms": [
"linux/amd64",
"linux/arm64"
],
"stable": true,
"tests": {
"enabled": false
}
}
]
}
---
app: "cni-plugins"
base: false
semantic_versioning: true
channels:
- name: "stable"
platforms:
- linux/amd64
- linux/arm64
stable: true
tests:
enabled: false

Check failure on line 13 in apps/cni-plugins/metadata.yaml

View workflow job for this annotation

GitHub Actions / Lint / Lint Yaml Files

13:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit ac1751a

Please sign in to comment.