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

Fix in CI

parent 0283ba5a
Branches
Tags
No related merge requests found
Pipeline #86922 failed
...@@ -22,10 +22,10 @@ test: ...@@ -22,10 +22,10 @@ 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
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
go test ./... go test ./...
build_and_push_latest_image: build_and_push_latest_image:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment