add readme to canton code drop (#17560)

This commit is contained in:
Remy 2023-10-16 12:59:20 +02:00 committed by GitHub
parent 820c616486
commit 91b965bd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -65,6 +65,9 @@ NOTICES @garyverhaegen-da @dasormeter
/runtime-components/ @filmackay
/triggers/service/ @filmackay
# Canton code drop
/canton/ @remyhaemmerle-da
# Misc
/docs/ @digital-asset/daml-docs @hrischuk-da
/libs-scala/nonempty/src/ @S11001001

View File

@ -198,7 +198,7 @@ jobs:
git clone https://$GITHUB_TOKEN@github.com/DACH-NY/canton $tmp
for path in community daml-common-staging; do
for path in community daml-common-staging README.md; do
src=$tmp/$path
dst=canton/$path
rm -rf $dst