Skip to content

Commit

Permalink
feat: improved job names for easy identification (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
junydania committed May 28, 2024
1 parent 3d3ed7d commit a237ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jobs/helm/helm-publish-charts-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- steps: << parameters.prepublish_steps >>
- helm-add-repos
- run:
name: Package and publish charts
name: Package and publish charts to ECR
working_directory: << parameters.chart_directory >>
command: <<include(scripts/helm/package-publish-charts-ecr.sh)>>
environment:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/helm/helm-publish-prerelease-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ steps:
- steps: << parameters.prepublish_steps >>
- helm-add-repos
- run:
name: Package and publish charts
name: Package and publish charts to ECR
working_directory: << parameters.working_directory >>
command: <<include(scripts/helm/publish-prerelease-ecr.sh)>>

0 comments on commit a237ad6

Please sign in to comment.