File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:none
2
+
3
+ ```
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const val DefaultStartHour = 4
16
16
const val DefaultParallelism = 6
17
17
18
18
// specifies the default version of Terraform Core which should be used for testing
19
+ // this is updated semi-regularly
19
20
const val DefaultTerraformCoreVersion = " 1.8.3"
20
21
21
22
// This represents a cron view of days of the week
@@ -47,4 +48,4 @@ const val VcrRecordingProjectId = "VCRRecording"
47
48
// Artifact rules controls which artifacts are uploaded to S3
48
49
// https://www.jetbrains.com/help/teamcity/2024.07/configuring-general-settings.html#Artifact+Paths
49
50
// 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*"
You can’t perform that action at this time.
0 commit comments