Skip to content

Commit

Permalink
feat(sync-files): add ecu_system_setup and notifications to ansible-g…
Browse files Browse the repository at this point in the history
…alaxy-requirements (autowarefoundation#802)

* feat(sync-files): add ecu_system_setup and notifications

* delete

* fix comment

* Dfix
  • Loading branch information
h-ohta authored Apr 17, 2024
1 parent 3391b20 commit df00a73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,27 @@
- source: ansible-galaxy-requirements.yaml
pre-commands: |
sd "\z" \
"
##### generated by sync-files #####
" {source}
latest_hash=$(git ls-remote --heads https://github.com/autowarefoundation/autoware.git refs/heads/main | awk '{print $1}')
sd "\z" \
"
- name: https://github.com/autowarefoundation/autoware.git#/ansible
type: git
version: $latest_hash
" {source}
sd "\z" \
"
# When you use your own customized ./src/ecu_system_setup,
# comment out git settings, uncomment source settings and in autoware.repos
# - source: ./src/ecu_system_setup
# type: dir
- name: git@github.com:tier4/autoware_ecu_system_setup.git
type: git
version: main
" {source}
# Docker
- source: docker/README.md
Expand Down

0 comments on commit df00a73

Please sign in to comment.