Skip to content

Commit

Permalink
chore(migration): Delete txt file remaining from owl-bot-staging dir (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g authored Apr 20, 2023
1 parent 90d8f68 commit 3f11b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ echo "Migrating: ${OWP_MONO_PATH}"
${RM} -f "${PATH_PACKAGE}/docs/changelog.md"
${RM} -rf "${PATH_PACKAGE}/.github"
${RM} -rf "${PATH_PACKAGE}/.kokoro"
${RM} -rf "${PATH_PACKAGE}/.trampolinerc"
${RM} -rf "${PATH_PACKAGE}/${MONOREPO_PACKAGE_NAME}.txt"
${RM} -f "${PATH_PACKAGE}/.trampolinerc"
${RM} -f "${PATH_PACKAGE}/${MONOREPO_PACKAGE_NAME}.txt"

## END delete doc/changelog.md .github/ .kokoro/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ PCC_SPLIT_PATH="${PATH_PACKAGE}/.pre-commit-config.yaml"
$RM -f ${PCC_SPLIT_PATH}
## END .pre-commit-config migration

### Delete file that was copied over from owlbot-staging/
${RM} -f "${PATH_PACKAGE}/${MONOREPO_PACKAGE_NAME}.txt"



## START commit changes #############################################
echo "Committing changes locally"
Expand Down

0 comments on commit 3f11b5c

Please sign in to comment.