Skip to content

Commit

Permalink
Add cleanup for e2e tests leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed May 7, 2024
1 parent 02ea0ee commit 9766008
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -495,3 +495,12 @@ docker-sbom:
gen-sdlc-checklist: envsubst docker-sbom ## Generate the SDLC checklist
@VERSION="$(VERSION)" AUTHORS="$(AUTHORS)" RELEASE_TYPE="$(RELEASE_TYPE)" \
./scripts/gen-sdlc-checklist.sh

.PHONY: clean-e2e
clean-e2e: ## Clean leftovers by e2e tests
git restore bundle* config deploy
cd helm-charts && git restore .
git submodule update helm-charts
git clean -f test/e2e bundle/


0 comments on commit 9766008

Please sign in to comment.