Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shivdeep-singh-ibm committed Jun 26, 2024
1 parent 60cd5d3 commit 41bcc4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions transforms/code/license_check/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ YAML_WF := $(patsubst %.py, %.yaml, ${PYTHON_WF})

workflow-venv: .check_python_version ${WORKFLOW_VENV_ACTIVATE}

clean:: .defaults.clean

setup::
.PHONY: clean
clean:
@# Help: Clean up the virtual environment.
rm -rf ${REPOROOT}/transforms/venv

venv::

Expand All @@ -29,14 +30,13 @@ image::

load-image::


.PHONY: setup
setup: workflow-venv
$(MAKE) $(YAML_WF)

.PHONY: workflow-test
workflow-test: setup
$(MAKE) .workflows.test-pipeline TRANSFORM_SRC=${SRC_DIR} PIPELINE_FILE=code_quality_wf.yaml
$(MAKE) .workflows.test-pipeline TRANSFORM_SRC=${SRC_DIR} PIPELINE_FILE=noop_wf.yaml

.PHONY: workflow-upload
workflow-upload: setup
Expand Down

0 comments on commit 41bcc4f

Please sign in to comment.