ci: rename for healthcheck
This commit is contained in:
parent
5a82e2675d
commit
801f9368d9
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ 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