File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ rm -f "$SOURCE_REPO_NAME/renovate.json"
183183rm -f " $SOURCE_REPO_NAME /LICENSE"
184184rm -f " $SOURCE_REPO_NAME /java.header"
185185rm -rf " $SOURCE_REPO_NAME /.kokoro"
186+ git checkout -- " $SOURCE_REPO_NAME /.kokoro/presubmit/*.sh" || true
186187# rm -rf "$SOURCE_REPO_NAME/.kokoro/continuous" "$SOURCE_REPO_NAME/.kokoro/nightly" "$SOURCE_REPO_NAME/.kokoro/presubmit"
187188
188189# 6.6 Create split integration config if needed
@@ -392,6 +393,7 @@ if [ -d "$SOURCE_REPO_NAME/.github/workflows" ]; then
392393
393394 # Cleanup empty .github directory if it exists
394395 rm -rf " $SOURCE_REPO_NAME /.github"
396+ git checkout -- " $SOURCE_REPO_NAME /.github/scripts" || true
395397 git add -- " $SOURCE_REPO_NAME /.github"
396398
397399 echo " Committing workflow migration..."
You can’t perform that action at this time.
0 commit comments