Skip to content

Commit

Permalink
Miscellaneous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seshachalam-yv committed Jul 17, 2024
1 parent 36b1206 commit 79c33f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ test-e2e: $(KUBECTL) $(HELM) $(SKAFFOLD) $(KUSTOMIZE)
@bash $(HACK_DIR)/e2e-test/run-e2e-test.sh $(PROVIDERS)

.PHONY: ci-e2e-kind
ci-e2e-kind:
ci-e2e-kind: $(GINKGO)
@BUCKET_NAME=$(BUCKET_NAME) bash $(HACK_DIR)/ci-e2e-kind.sh
3 changes: 2 additions & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ kind: Config
metadata:
name: etcd-druid
build:
local: { }
local:
push: false
artifacts:
- image: europe-docker.pkg.dev/gardener-project/public/gardener/etcd-druid
ko:
Expand Down

0 comments on commit 79c33f7

Please sign in to comment.