-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ansible/docker): replace
lineinfile
with copy
not to write du…
…plicated entries (#66) * fix(setup): remove apt ansible before installing by pip Signed-off-by: Kenji Miyake <[email protected]> * refactor: change task order Signed-off-by: Kenji Miyake <[email protected]> * fix(ansible/docker): replace `lineinfile` with `copy` not to write duplicated entries Signed-off-by: Kenji Miyake <[email protected]> * chore: remove paths condition to make it required for PRs Signed-off-by: Kenji Miyake <[email protected]>
- Loading branch information
1 parent
efedec4
commit 55d58c3
Showing
3 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ name: vcs-import | |
|
||
on: | ||
pull_request: | ||
paths: | ||
- autoware.repos | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters