Skip to content

Commit

Permalink
restore hardcoded v1.7.0 protos to check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPleshkov committed Dec 7, 2023
1 parent 8bb937a commit e8fa7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

Directory.CreateDirectory(protosTagDir);
Console.WriteLine($"Downloading protos for tag {qdrantVersion} to {protosTagDir}");
var url = $"https://api.github.com/repos/qdrant/qdrant/tarball/refs/tags/{qdrantVersion}";
var url = "https://api.github.com/repos/qdrant/qdrant/tarball/v1.7.0";
var protoFileRegex = new Regex(".*?lib/api/src/grpc/proto/.*?.proto");
var privateProtoFileRegex = new Regex("(?:.*?internal.*?|raft_service|health_check).proto");
var client = new HttpClient
Expand Down

0 comments on commit e8fa7d2

Please sign in to comment.