Skip to content

Commit

Permalink
fix(make): lint (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 16, 2023
1 parent af53c23 commit b337416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ register_workflows: ## Register workflows.
package_and_register: ## Package and register workflows.
package_and_register: package_workflows register_workflows


#-------------------
# workflow execution
#-------------------
Expand Down Expand Up @@ -259,6 +260,7 @@ run_cli_hp_config_local: ## Dispatch unregistered run from flytekit cli
$(WORKFLOW_NAME) \
--hyperparameters $(WORKFLOW_FILE_WORKFLOW_ARGS)


#-------------
# CI
#-------------
Expand Down Expand Up @@ -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
#----
Expand Down

0 comments on commit b337416

Please sign in to comment.