Skip to content

Commit

Permalink
fix(sync_file): update synchronization command for substituting markd…
Browse files Browse the repository at this point in the history
…own files (autowarefoundation#795)

update synchronization command for substituting markdown files. Excluding http links and markdown-like http links

Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp>
Co-authored-by: Yuxuan Liu <uken.ryu.2@tier4.jp>
Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent 136523b commit 3fb9c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
# Docker
- source: docker/README.md
pre-commands: |
sd "autowarefoundation" "tier4" {source}
sd "autoware-universe" "pilot-auto" {source}
sd "Autoware Universe" "Pilot.Auto" {source}
sd "Autoware" "Pilot.Auto" {source}
perl -pi -e 's/(?<!:\/\/)(?<!\[)(autowarefoundation)/tier4/g' {source}
perl -pi -e 's/(?<!:\/\/)(?<!\[)(autoware-universe)/pilot-auto/g' {source}
perl -pi -e 's/(?<!:\/\/)(?<!\[)(Autoware Universe)/Pilot.Auto/g' {source}
perl -pi -e 's/(?<!:\/\/)(?<!\[)(Autoware)/Pilot.Auto/g' {source}
sd -s "../" "https://github.com/autowarefoundation/autoware/tree/main/" {source}
- source: docker/build.sh
Expand Down

0 comments on commit 3fb9c31

Please sign in to comment.