Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
fix(workflow): fix release update helm eks chart
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkuan committed Jul 16, 2021
1 parent 140bc52 commit a298ba5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const project = new ConstructLibrary({
id: 'install_helm',
run: `curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh`,
./get_helm.sh
helm repo add eks https://aws.github.io/eks-charts
helm repo update`,
}],
});

Expand Down

0 comments on commit a298ba5

Please sign in to comment.