Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 12, 2024
1 parent 5de1699 commit a69eb98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
latest=false
prefix=${{ inputs.tag-prefix }}
suffix=devel${{ inputs.tag-suffix }}
- name: Docker meta for prebuilt
id: meta-prebuilt
uses: docker/metadata-action@v4
Expand Down
8 changes: 4 additions & 4 deletions ansible/playbooks/openadk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
when: (module == 'perception-localization' or module == 'all') and prompt_install_nvidia=='y'
- role: autoware.dev_env.pacmod
when: module == 'planning-control' or module == 'perception-localization' or module == 'all'

# Development environment
- role: autoware.dev_env.devel
when: module == 'dev-tools'
when: module == 'dev-tools'
- role: autoware.dev_env.ros2_dev_tools
when: module == 'dev-tools'
when: module == 'dev-tools'

# ONNX files and other artifacts
- role: autoware.dev_env.artifacts
when: module == 'dev-tools' or (module == 'all' and install_devel == 'false')
2 changes: 1 addition & 1 deletion ansible/roles/geographiclib/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module: dev-tools
module: dev-tools
2 changes: 1 addition & 1 deletion ansible/roles/geographiclib/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
ansible.builtin.command:
cmd: geographiclib-get-geoids egm2008-1
creates: /usr/share/GeographicLib/geoids/egm2008-1.pgm
when: module == 'dev-tools' or install_devel== 'false'
when: module == 'dev-tools' or install_devel== 'false'

0 comments on commit a69eb98

Please sign in to comment.