Skip to content

Commit

Permalink
ci(sync-files): sync .gitignore (#567)
Browse files Browse the repository at this point in the history
* ci(sync-files): sync .gitignore

* fix sync-files.yaml

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Nov 30, 2022
1 parent 4d7dd45 commit 2bca122
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- source: .github/workflows/sync-files.yaml
- source: .clang-format
- source: .clang-tidy
- source: .gitignore
- source: .markdownlint.yaml
- source: .pre-commit-config.yaml
- source: .pre-commit-config-ansible.yaml
Expand Down Expand Up @@ -69,11 +70,11 @@
pre-commands: |
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}
" {source}
# Docker
- source: docker/README.md
Expand Down

0 comments on commit 2bca122

Please sign in to comment.