Skip to content

Commit

Permalink
update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 authored Jun 25, 2024
1 parent 8ccacb7 commit 6479af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ DST_DIR := ./huggingface-repo

.PHONY: check-vars
check-vars:
ifndef ($(REPO_NAME),)
ifndef REPO_NAME
$(error REPO_NAME is not set)
endif

ifndef ($(DIR_NAME),)
ifndef DIR_NAME
$(error DIR_NAME is not set)
endif

ifndef ($(HF_USERNAME),)
ifndef HF_USERNAME
$(error HF_USERNAME is not set)
endif

ifndef ($(HF_EMAIL),)
ifndef HF_EMAIL
$(error HF_EMAIL is not set)
endif

Expand Down

0 comments on commit 6479af4

Please sign in to comment.