Skip to content

Commit

Permalink
make: add smoke/clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Nov 23, 2021
1 parent dfdc00f commit 8f7971d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ smoke:
helm upgrade --install okra charts/okra -f values.yaml
kubectl logs deploy/okra -c manager

.PHONY: smoke/clean
smoke/clean:
helm delete okra

docker-buildx: buildx
export DOCKER_CLI_EXPERIMENTAL=enabled
@if ! docker buildx ls | grep -q container-builder; then\
Expand Down

0 comments on commit 8f7971d

Please sign in to comment.