Skip to content

Commit

Permalink
Fix makefiles 2 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura authored Feb 26, 2024
1 parent 3079c49 commit f2d934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install-serverless-latest-release:
kubectl create namespace kyma-system || true
kubectl apply -f https://github.com/kyma-project/serverless-manager/releases/latest/download/serverless-operator.yaml
kubectl apply -f https://github.com/kyma-project/serverless-manager/releases/latest/download/default-serverless-cr.yaml -n kyma-system
make -C ${OPERATOR_ROOT} verify-serverless
make -C ${OPERATOR_ROOT} check-serverless-installation

.PHONY: remove-serverless
remove-serverless:
Expand Down
1 change: 1 addition & 0 deletions hack/ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# local variables
PROJECT_ROOT=../..
TEST_ROOT=${PROJECT_ROOT}/tests/serverless
OPERATOR_ROOT=${PROJECT_ROOT}/components/operator

include ${PROJECT_ROOT}/hack/tools/help.Makefile
include ${PROJECT_ROOT}/hack/tools/gardener.Makefile
Expand Down

0 comments on commit f2d934f

Please sign in to comment.