Skip to content

Commit

Permalink
build: fix failing clean job [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
massix committed Jul 3, 2024
1 parent 5e73828 commit 54e9fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ test:
CGO_ENABLED=1 $(GO) test -v -race ./...

clean:
$(TERRAFORM) destroy --auto-approve
$(TERRAFORM) destroy --auto-approve || true
rm -rf ./bin
rm *-cluster-config
rm -f *-cluster-config

cluster-test: bin/$(APPNAME)
$(TERRAFORM) apply --auto-approve
Expand Down

0 comments on commit 54e9fad

Please sign in to comment.