- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for EC2_POST_BUILD (0.14 seconds)
-
.teamcity/src/main/kotlin/common/CommonExtensions.kt
fun BuildType.addEc2PostBuild(os: Os = Os.LINUX) { if (os !in listOf(Os.WINDOWS, Os.MACOS)) { steps { exec { name = "EC2_POST_BUILD" executionMode = BuildStep.ExecutionMode.ALWAYS path = ".teamcity/scripts/post_build_on_ec2.sh" conditions { requiresEc2Agent()
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 15.6K bytes - Click Count (0)