Skip to content

Commit

Permalink
Temporarily disable ec2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Mar 27, 2023
1 parent f7a134c commit 235bfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .teamcity/Buildship/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class IndividualScenarioBuildType(type: ScenarioType, os: OS, eclipseVersion: Ec

requirements {
contains("teamcity.agent.jvm.os.name", os.name.toLowerCase().capitalize())
doesNotMatch("teamcity.agent.name", "ec2-")
}
})

Expand Down

0 comments on commit 235bfdc

Please sign in to comment.