Skip to content
Snippets Groups Projects
Commit d52cadb5 authored by ko_oler's avatar ko_oler
Browse files

fix .gitlab-ci.yml

parent 57c73cc1
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19084 failed with stage
in 18 seconds
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment