Skip to content

Commit a4968bb

Browse files
Update constants.kt (#12329) (#20335)
[upstream:77a08ce6aa3154dcaa7d855e05043b1fe38cd9df] Signed-off-by: Modular Magician <[email protected]>
1 parent ecea3f4 commit a4968bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changelog/12329.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

.teamcity/components/constants.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const val DefaultStartHour = 4
1616
const val DefaultParallelism = 6
1717

1818
// specifies the default version of Terraform Core which should be used for testing
19+
// this is updated semi-regularly
1920
const val DefaultTerraformCoreVersion = "1.8.3"
2021

2122
// This represents a cron view of days of the week
@@ -47,4 +48,4 @@ const val VcrRecordingProjectId = "VCRRecording"
4748
// Artifact rules controls which artifacts are uploaded to S3
4849
// https://www.jetbrains.com/help/teamcity/2024.07/configuring-general-settings.html#Artifact+Paths
4950
// The value below lacks a file extension, to allow upload of individual .txt files or a single .tar.gz file
50-
const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*"
51+
const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*"

0 commit comments

Comments
 (0)