- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for UPDATE_WRAPPER_AND_CREATE_PR (2.5 sec)
-
.teamcity/scripts/update_wrapper_and_create_pr.sh
#!/bin/bash set -e # Script to update Gradle wrapper and create a pull request # # Usage: # ./update_wrapper_and_create_pr.sh [wrapper_version] # # Arguments: # wrapper_version - The Gradle version to update the wrapper to # # Environment variables: # DEFAULT_BRANCH - The default branch to create the pull request on (e.g. "master"/"release") # GITHUB_TOKEN - GitHub bot token
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:20:20 UTC 2025 - 2.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
successfulOnly = true } } } } steps { exec { name = "UPDATE_WRAPPER_AND_CREATE_PR" path = ".teamcity/scripts/update_wrapper_and_create_pr.sh" arguments = "%wrapperVersion%" } } dependencies {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 2.7K bytes - Viewed (0)