Skip to content

Commit bf7cdaf

Browse files
committed
ci: use spark folder for artifacts
1 parent 1e2d904 commit bf7cdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/builds/Common.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ fun CompoundStage.dependentBuildType(bt: BuildType, reuse: ReuseBuilds = ReuseBu
209209
fun collectArtifacts(buildType: BuildType): BuildType {
210210
buildType.artifactRules =
211211
"""
212-
+:spark-3/target/*_for_spark_*.jar => packages
213-
+:spark-3/target/*.zip => packages
212+
+:spark/target/*_for_spark_*.jar => packages
213+
+:spark/target/*.zip => packages
214214
"""
215215
.trimIndent()
216216

0 commit comments

Comments
 (0)