diff --git a/.zuul.yaml b/.zuul.yaml index 0e65097..a918a69 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 @@ -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 @@ -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 diff --git a/playbooks/upload_assets.yaml b/playbooks/upload_assets.yaml index 90005e5..7275c85 100644 --- a/playbooks/upload_assets.yaml +++ b/playbooks/upload_assets.yaml @@ -1,5 +1,4 @@ --- -# This Play should be used on PRs against release branches to upload Release Assets to SCS Registry - name: "Upload Assets" hosts: "all" vars: