Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix: Missing CRD on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
B&R committed Oct 29, 2023
1 parent acf4881 commit 2247419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _pytest: ## Shortcut for E2E tests without setting up the environment
pipenv run pytest -s

_prepare-env:
kubectl apply -f "helm/backup-repository-server/templates/crd.yaml"
kubectl apply -f "docs/examples/" -n backups

run:
Expand Down

0 comments on commit 2247419

Please sign in to comment.