Skip to content

Commit 7230c79

Browse files
KoderFPVclaude
andcommitted
fix: Add dummy WEAVIATE_API_KEY for anonymous access
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d406b0f commit 7230c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile.eval

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
WEAVIATE_GRPC_HOST = '172.17.0.1'
1717
WEAVIATE_GRPC_PORT = '50052'
1818
WEAVIATE_SECURE = 'false'
19-
WEAVIATE_API_KEY = ''
19+
WEAVIATE_API_KEY = 'anonymous'
2020
}
2121

2222
stages {

0 commit comments

Comments
 (0)