Skip to content

Commit 4c2073a

Browse files
committed
fix liting
Signed-off-by: Oliver Kautz <[email protected]>
1 parent 749f2b0 commit 4c2073a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.zuul.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# parent: base
6161
# description: |
6262
# Creates Cluster Stack Assets and uploads them to the configured OCI Registry.
63-
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
63+
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
6464
# new release is build.
6565
# timeout: 900 # 15m
6666
# pre-run: playbooks/dependencies.yaml
@@ -71,7 +71,7 @@
7171
# parent: publish-cluster-stack-assets
7272
# description: |
7373
# Creates Cluster Stack Assets and uploads them to the configured OCI Registry.
74-
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
74+
# If used in a PR, Assets with a hashed version will be used. Otherwise, a
7575
# new release is build.
7676
# timeout: 900 # 15m
7777
# pre-run: playbooks/dependencies.yaml
@@ -84,7 +84,7 @@
8484
# parent: base
8585
# description: |
8686
# Creates Cluster Stack manifests with updated versions and opens chore branches
87-
# and PRs against the correspondend release branches.
87+
# and PRs against the correspondend release branches.
8888
# timeout: 900 # 15m
8989
# pre-run: playbooks/dependencies.yaml
9090
# run: playbooks/create_chore_branches.yaml

playbooks/upload_assets.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
# This Play should be used on PRs against release branches to upload Release Assets to SCS Registry
32
- name: "Upload Assets"
43
hosts: "all"
54
vars:

0 commit comments

Comments
 (0)