Skip to content

Commit

Permalink
Remove adding unused dependancy in release workflow (open-telemetry#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Nov 23, 2020
1 parent 741660a commit dd9453a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Add dependency chart repos
run: |
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit dd9453a

Please sign in to comment.