Skip to content

Commit

Permalink
Pin older Delwaq build (#1694)
Browse files Browse the repository at this point in the history
Fixes #1668

---------

Co-authored-by: Jingru Feng <feng_jingru@foxmail.com>
  • Loading branch information
evetion and Jingru923 authored Aug 5, 2024
1 parent 4191351 commit 3bf29a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .teamcity/Ribasim_Windows/RibasimWindowsProject.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object Windows_TestDelwaqCoupling : BuildType({
dependencies {
artifacts(AbsoluteId("Dimr_DimrCollectors_2bDimrCollectorReleaseSigned")) {
id = "ARTIFACT_DEPENDENCY_4206"
buildRule = lastPinned()
buildRule = tag("DIMRset_2.27.09")
artifactRules = "dimrset_x64_signed_*.zip!/x64 => dimr"
}
}
Expand Down
4 changes: 2 additions & 2 deletions .teamcity/Templates/TestDelwaqCoupling.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ open class TestDelwaqCoupling(platformOs: String) : Template() {
workingDir = "ribasim"
scriptContent = """
pixi --version
pixi run install
pixi run install-ci
""".trimIndent()
}
script {
Expand All @@ -37,4 +37,4 @@ open class TestDelwaqCoupling(platformOs: String) : Template() {
}
}

object TestDelwaqCouplingWindows : TestDelwaqCoupling("Windows")
object TestDelwaqCouplingWindows : TestDelwaqCoupling("Windows")

0 comments on commit 3bf29a6

Please sign in to comment.