Skip to content

Commit

Permalink
Fix hap workflow Makefile commands.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Oct 2, 2024
1 parent e49af82 commit 14c2393
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions transforms/universal/hap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,12 @@ docker-save-image::

.PHONY: workflow-venv
workflow-venv:
$(MAKE) -C kfp_ray workflow-venv

.PHONY: workflow-test
workflow-test:
$(MAKE) -C kfp_ray workflow-test

.PHONY: workflow-upload
workflow-upload:
$(MAKE) -C kfp_ray workflow-upload

.PHONY: workflow-build
workflow-build:
$(MAKE) -C kfp_ray workflow-build

0 comments on commit 14c2393

Please sign in to comment.