Skip to content

Commit

Permalink
remove package.json, update scripts/emit-values
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 6, 2024
1 parent 4e2f229 commit c63499b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
# working-directory: ./charts/${{matrix.chart}}
# run: helm test

- name: Delete cluster (since we're done)
- name: Delete Minikube cluster
if: ${{ always() }}
run: minikube delete --profile=helm-test
1 change: 0 additions & 1 deletion package.json

This file was deleted.

3 changes: 3 additions & 0 deletions scripts/emit-values
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ if ! [ -d "$DIR/.cache/bitnami-helm-gen" ]; then
bun install "$DIR/.cache/bitnami-helm-gen"
fi

# Bun emits a `package.json` if .cache/bitnami-helm-gen exists, so we don't need this.
[ -f "$DIR/package.json" ] && rm "$DIR/package.json"

# TODO(@auguwu): auto generate this list (if we need to)
charts=(
"$DIR/charts/charted"
Expand Down

0 comments on commit c63499b

Please sign in to comment.