Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Dec 17, 2024
1 parent 41b25cc commit 317207c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
set -e
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
cd kyverno
make kind-deploy-kyverno
cd ..
helm install kyverno -n kyverno --create-namespace ./kyverno/charts/kyverno --wait
- name: Wait for kyverno ready
run: |
set -e
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
run: |
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
cd kyverno
make kind-deploy-kyverno
cd ..
helm install kyverno -n kyverno --create-namespace ./kyverno/charts/kyverno --wait
- name: Wait for kyverno ready
run: |
set -e
Expand Down

0 comments on commit 317207c

Please sign in to comment.