From d52cadb537f174e20b2fabbb58a6983bf3f73cff Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 17:54:26 +0800 Subject: [PATCH] fix .gitlab-ci.yml --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4ff372..08550c8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL = /bin/bash -o pipefail PROTODIR=perxis-proto/proto -DSTDIR=config/clients +DSTDIR=config/dist ALLPROTO?=$(shell find $(PROTODIR) -name '*.proto' ) PROTOFILES= $(filter-out proto/status/status.proto, $(ALLPROTO)) -- GitLab