Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(autoware.repos): fix autoware.universe and autoware_launch versions to 0.39.0 #141

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Import additional repositories
if: ${{ inputs.additional-repos != '' }}
run: |
vcs import src < ${{ inputs.additional-repos }}
vcs import --debug --force src < ${{ inputs.additional-repos }}
shell: bash

- name: Cache ccache
Expand Down
8 changes: 4 additions & 4 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ repositories:
# universe
universe/autoware.universe:
type: git
url: https://github.com/autowarefoundation/autoware.universe.git
version: main
url: https://github.com/youtalk/autoware.universe.git
version: release-0.39.0
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry.
type: git
url: https://github.com/tier4/tier4_ad_api_adaptor.git
Expand Down Expand Up @@ -79,8 +79,8 @@ repositories:
# launcher
launcher/autoware_launch:
type: git
url: https://github.com/autowarefoundation/autoware_launch.git
version: main
url: https://github.com/youtalk/autoware_launch.git
version: release-0.39.0
# sensor_component
sensor_component/external/sensor_component_description:
type: git
Expand Down
Loading