diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index df338a836d..1bc507b4bc 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -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 diff --git a/autoware.repos b/autoware.repos index 17ad277cf9..621d524784 100644 --- a/autoware.repos +++ b/autoware.repos @@ -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 @@ -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