mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 23:10:20 +00:00
test: add gemini acp bind docker coverage
This commit is contained in:
@@ -8,6 +8,7 @@ OPENCLAW_DOCKER_LIVE_AUTH_FILES_ALL=(
|
||||
.claude/.credentials.json
|
||||
.claude/settings.json
|
||||
.claude/settings.local.json
|
||||
.gemini/settings.json
|
||||
)
|
||||
|
||||
openclaw_live_trim() {
|
||||
@@ -49,6 +50,9 @@ openclaw_live_should_include_auth_file_for_provider() {
|
||||
printf '%s\n' ".claude/settings.json"
|
||||
printf '%s\n' ".claude/settings.local.json"
|
||||
;;
|
||||
gemini | gemini-cli | google-gemini-cli)
|
||||
printf '%s\n' ".gemini/settings.json"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user