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

Fix in CI job

parent a81765b3
No related branches found
No related tags found
No related merge requests found
Pipeline #86928 passed
......@@ -22,6 +22,7 @@ test:
go get 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
apt-get update && apt-get install unzip
unzip protoc-25.1-linux-x86_64.zip -d ./protoc
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment