Skip to content

Commit

Permalink
Merge pull request #259 from nestoracunablanco/fix/deployToExternalCl…
Browse files Browse the repository at this point in the history
…uster

fix: deployment to external cluster
  • Loading branch information
kubevirt-bot authored Oct 24, 2024
2 parents ea7f3d0 + a22ba08 commit e3aaa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ generate: kustomize yq

.PHONY: deploy
deploy: lint
scripts/deploy-kubevirt-and-cdi.sh && KUBECTL=kubectl scripts/sync.sh
scripts/deploy-kubevirt-and-cdi.sh && KUBECTL=kubectl BASEDIR=$(CURDIR) scripts/sync.sh

.PHONY: functest
functest:
Expand Down

0 comments on commit e3aaa5f

Please sign in to comment.