Skip to content

Commit fb7f33a

Browse files
committed
Switch Claude CLI to native installer and fix Docker working directory
1 parent 932ea02 commit fb7f33a

File tree

7 files changed

+204
-166
lines changed

7 files changed

+204
-166
lines changed

.teamcity/settings.kts

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ object PublicBuild : BuildType({
3131
"""
3232

3333
params {
34-
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
34+
text(
35+
"Build.Arguments",
36+
"",
37+
label ="DockerBuild.ps1 Arguments",
38+
description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
3539
param("Build.Timeout", "30")
3640
}
3741

@@ -102,7 +106,11 @@ object PublicDeployment : BuildType({
102106
type = Type.DEPLOYMENT
103107

104108
params {
105-
text("Publish.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
109+
text(
110+
"Publish.Arguments",
111+
"",
112+
label ="DockerBuild.ps1 Arguments",
113+
description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
106114
param("Publish.Timeout", "30")
107115
}
108116

@@ -163,7 +171,11 @@ object VersionBump : BuildType({
163171
name = "Version Bump"
164172

165173
params {
166-
text("Bump.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
174+
text(
175+
"Bump.Arguments",
176+
"",
177+
label ="DockerBuild.ps1 Arguments",
178+
description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
167179
param("Bump.Timeout", "15")
168180
}
169181

0 commit comments

Comments
 (0)