Skip to content

Commit 046a410

Browse files
authored
fix(migration): Delete migrated .trampolinerc, ${PACKAGE_NAME}.txt (#11111)
1 parent 9e7dfac commit 046a410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/split_repo_migration/split-repo-post-process.api-files.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ echo "Migrating: ${OWP_MONO_PATH}"
198198
${RM} -f "${PATH_PACKAGE}/docs/changelog.md"
199199
${RM} -rf "${PATH_PACKAGE}/.github"
200200
${RM} -rf "${PATH_PACKAGE}/.kokoro"
201+
${RM} -rf "${PATH_PACKAGE}/.trampolinerc"
202+
${RM} -rf "${PATH_PACKAGE}/${MONOREPO_PACKAGE_NAME}.txt"
203+
201204
## END delete doc/changelog.md .github/ .kokoro/
202205

203206
## START commit changes #############################################

0 commit comments

Comments
 (0)