Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Aug 27, 2024
1 parent 4b63916 commit 3dd6a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .argo/publish-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ spec:
arguments:
artifacts:
spec:
- name: chartDir
value: 'charts/{{workflow.parameters.appName}}'
- name: chartVersion
value: '{{steps.get-initial-chart-version.outputs.result}}'
- name: chartDir
value: 'charts/{{workflow.parameters.appName}}'
- name: chartVersion
value: '{{steps.get-initial-chart-version.outputs.result}}'

- - name: commit-to-app-repo
templateRef:
Expand Down

0 comments on commit 3dd6a4d

Please sign in to comment.