chore: remove old name healthcheck
This commit is contained in:
parent
35f0f5c829
commit
469678e999
1
Makefile
1
Makefile
|
@ -12,7 +12,6 @@ all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);)
|
$(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);)
|
||||||
cp ./build/repo-health-checker ./build/healthcheck
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIR)/*
|
rm -rf $(BUILD_DIR)/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user