File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ BK_ENV_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/pr
4545BK_FLP_PROTO ="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/flp.proto"
4646BK_LOG_PROTO ="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/log.proto"
4747BK_RUN_PROTO ="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/run.proto"
48+ BK_LHCFILL_PROTO ="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/lhcFill.proto"
4849
4950VERBOSE_1 := -v
5051VERBOSE_2 := -v -x
@@ -180,6 +181,10 @@ vendor:
180181 @mkdir -p core/integration/bookkeeping/protos
181182 @curl -s -L $(BK_RUN_PROTO) -o core/integration/bookkeeping/protos/run.proto
182183
184+ @echo -e "\033[1;33mcurl lhcFill.proto\033[0m"
185+ @mkdir -p core/integration/bookkeeping/protos
186+ @curl -s -L $(BK_LHCFILL_PROTO) -o core/integration/bookkeeping/protos/lhcFill.proto
187+
183188# WORKAROUND: In order to avoid the following issues:
184189# https://github.com/golang/protobuf/issues/992
185190# https://github.com/golang/protobuf/issues/1158
You can’t perform that action at this time.
0 commit comments