Skip to content

Commit

Permalink
Merge pull request #548 from sgibson91/fix-certmanager-ci
Browse files Browse the repository at this point in the history
Make sure to pull in the cert-manager repo in CI
  • Loading branch information
yuvipanda authored Jul 22, 2021
2 parents 61f9aad + c14f187 commit a6f2e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
shell: bash
- name: Fetch helm charts
run: |
helm repo add jetstack https://charts.jetstack.io
helm repo update
cd hub-templates
helm dep up basehub
helm dep up daskhub
Expand Down

0 comments on commit a6f2e35

Please sign in to comment.