diff --git a/Makefile b/Makefile index 0c4d100..91811ee 100644 --- a/Makefile +++ b/Makefile @@ -206,6 +206,7 @@ register_workflows: ## Register workflows. package_and_register: ## Package and register workflows. package_and_register: package_workflows register_workflows + #------------------- # workflow execution #------------------- @@ -259,6 +260,7 @@ run_cli_hp_config_local: ## Dispatch unregistered run from flytekit cli $(WORKFLOW_NAME) \ --hyperparameters $(WORKFLOW_FILE_WORKFLOW_ARGS) + #------------- # CI #------------- @@ -317,6 +319,7 @@ list_gcr_workflow_image_tags: ## List images in gcr. gcloud container images list --repository=$(GCP_ARTIFACT_REGISTRY_PATH) │ gcloud container images list-tags $(WORKFLOW_IMAGE) + #---- # nix #----