Skip to content
Snippets Groups Projects
Commit edadc4e2 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Fix in CI job

parent a81765b3
Branches
Tags v1.6.1
No related merge requests found
Pipeline #86928 passed
...@@ -22,6 +22,7 @@ test: ...@@ -22,6 +22,7 @@ test:
go get github.com/golang/protobuf/protoc-gen-go go get github.com/golang/protobuf/protoc-gen-go
go install github.com/golang/protobuf/protoc-gen-go go install github.com/golang/protobuf/protoc-gen-go
wget https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip wget https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip
apt-get update && apt-get install unzip
unzip protoc-25.1-linux-x86_64.zip -d ./protoc unzip protoc-25.1-linux-x86_64.zip -d ./protoc
mkdir -p pkg/api/v1 mkdir -p pkg/api/v1
protoc/bin/protoc --proto_path=api/proto/v1 --proto_path=third_party --go_out=plugins=grpc:pkg/api/v1 config-service.proto protoc/bin/protoc --proto_path=api/proto/v1 --proto_path=third_party --go_out=plugins=grpc:pkg/api/v1 config-service.proto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment