- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Gradle_Master (0.05 sec)
-
.teamcity/scripts/post_build_on_ec2.sh
exit_if_not_on_ec2_instance if [[ "${BUILD_TYPE_ID:-}" == Gradle_Xperimental* ]]; then execute_build_script_from_env "${XPERIMENTAL_EC2_POST_BUILD_SCRIPT:-}" elif [[ "${BUILD_TYPE_ID:-}" == Gradle_Master* ]]; then execute_build_script_from_env "${MASTER_EC2_POST_BUILD_SCRIPT:-}"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Sun Oct 26 09:37:09 UTC 2025 - 979 bytes - Viewed (0) -
.teamcity/scripts/configure_build_env_on_ec2.sh
fi # Execute pre-build script based on BUILD_TYPE_ID if [[ "${BUILD_TYPE_ID:-}" == Gradle_Xperimental* ]]; then execute_build_script_from_env "${XPERIMENTAL_EC2_PRE_BUILD_SCRIPT:-}" elif [[ "${BUILD_TYPE_ID:-}" == Gradle_Master* ]]; then execute_build_script_from_env "${MASTER_EC2_PRE_BUILD_SCRIPT:-}" fi # READ-ONLY DEPENDENCY CACHE if [ -d "/opt/gradle-cache" ]; thenRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 23 03:27:59 UTC 2025 - 2.1K bytes - Viewed (0)