File tree Expand file tree Collapse file tree 2 files changed +0
-47
lines changed
Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -94,15 +94,9 @@ build-docker: build-ci-docker
9494push-ci-docker :
9595 docker push $(REGISTRY ) /feast-ci:$(VERSION )
9696
97- push-jupyter-docker :
98- docker push $(REGISTRY ) /feast-jupyter:$(VERSION )
99-
10097build-ci-docker :
10198 docker build -t $(REGISTRY ) /feast-ci:$(VERSION ) -f infra/docker/ci/Dockerfile .
10299
103- build-jupyter-docker :
104- docker build -t $(REGISTRY ) /feast-jupyter:$(VERSION ) -f infra/docker/jupyter/Dockerfile .
105-
106100build-local-test-docker :
107101 docker build -t feast:local -f infra/docker/tests/Dockerfile .
108102
@@ -143,8 +137,3 @@ build-html: clean-html
143137 $(MAKE) compile-protos-python
144138 cd $(ROOT_DIR)/sdk/python/docs && $(MAKE) html
145139 cp -r $(ROOT_DIR)/sdk/python/docs/html/* $(ROOT_DIR)/dist/python
146-
147- # Performance
148-
149- test-load :
150- ./infra/scripts/test-load.sh $(GIT_SHA )
You can’t perform that action at this time.
0 commit comments