src/aws/install-aws-cli/src.main.kts [341:353]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private fun addToPath(newPath: String) { val updated = System.getenv("TEAMCITY_PATH_PREFIX").let { if (it.isNullOrBlank()) { newPath } else { "$newPath\n$it" } } val message = asString( BUILD_SET_PARAMETER, mapOf("name" to "env.TEAMCITY_PATH_PREFIX", "value" to updated) ) println(message) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/setup-node/src.main.kts [90:102]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private fun addToPath(newPath: String) { val updated = System.getenv("TEAMCITY_PATH_PREFIX").let { if (it.isNullOrBlank()) { newPath } else { "$newPath\n$it" } } val message = asString( BUILD_SET_PARAMETER, mapOf("name" to "env.TEAMCITY_PATH_PREFIX", "value" to updated) ) println(message) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -