Skip to content

Commit

Permalink
ci: delete old recruit chart before syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Apr 10, 2023
1 parent 732a9d7 commit bea2188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:

- name: copy local helm chart to charts repo
run: |
# delete the existing recruit chart first. Otherwise we wouldn't be able
# to sync file removals.
rm -rf miracum-charts/charts/recruit
cp -r recruit/charts/recruit miracum-charts/charts/
- name: get chart version
Expand Down

0 comments on commit bea2188

Please sign in to comment.