Skip to content

Commit

Permalink
fix liting
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Kautz <oliver.kautz@gonicus.de>
  • Loading branch information
o-otte committed Nov 29, 2024
1 parent 749f2b0 commit 4c2073a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# parent: base
# description: |
# Creates Cluster Stack Assets and uploads them to the configured OCI Registry.
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
# new release is build.
# timeout: 900 # 15m
# pre-run: playbooks/dependencies.yaml
Expand All @@ -71,7 +71,7 @@
# parent: publish-cluster-stack-assets
# description: |
# Creates Cluster Stack Assets and uploads them to the configured OCI Registry.
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
# new release is build.
# timeout: 900 # 15m
# pre-run: playbooks/dependencies.yaml
Expand All @@ -84,7 +84,7 @@
# parent: base
# description: |
# Creates Cluster Stack manifests with updated versions and opens chore branches
# and PRs against the correspondend release branches.
# and PRs against the correspondend release branches.
# timeout: 900 # 15m
# pre-run: playbooks/dependencies.yaml
# run: playbooks/create_chore_branches.yaml
Expand Down
1 change: 0 additions & 1 deletion playbooks/upload_assets.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

Check failure on line 1 in playbooks/upload_assets.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

internal-error

A malformed block was encountered while loading a block.
# This Play should be used on PRs against release branches to upload Release Assets to SCS Registry
- name: "Upload Assets"
hosts: "all"
vars:
Expand Down

0 comments on commit 4c2073a

Please sign in to comment.