File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ rm -f "$SOURCE_REPO_NAME/.gitignore"
171171rm -f " $SOURCE_REPO_NAME /renovate.json"
172172rm -f " $SOURCE_REPO_NAME /LICENSE"
173173rm -f " $SOURCE_REPO_NAME /java.header"
174- rm -rf " $SOURCE_REPO_NAME /.kokoro"
174+ rm -rf " $SOURCE_REPO_NAME /.kokoro/continuous " " $SOURCE_REPO_NAME /.kokoro/nightly " " $SOURCE_REPO_NAME /.kokoro/presubmit "
175175rm -f " $SOURCE_REPO_NAME /codecov.yaml"
176176rm -f " $SOURCE_REPO_NAME /synth.metadata"
177177rm -f " $SOURCE_REPO_NAME /license-checks.xml"
@@ -243,8 +243,11 @@ SOURCE_CONFIG="$SOURCE_REPO_NAME/generation_config.yaml"
243243if [ -f " $SOURCE_CONFIG " ]; then
244244 python3 " $UPDATE_GENERATION_CONFIG_SCRIPT " " generation_config.yaml" " $SOURCE_CONFIG "
245245
246+ # Remove the source generation_config.yaml as it is now merged
247+ rm " $SOURCE_CONFIG "
248+
246249 echo " Committing generation_config.yaml update..."
247- git add generation_config.yaml
250+ git add generation_config.yaml " $SOURCE_CONFIG "
248251 git commit -n --no-gpg-sign -m " chore($SOURCE_REPO_NAME ): add library to generation_config.yaml"
249252fi
250253
You can’t perform that action at this time.
0 commit comments