Skip to content

Commit

Permalink
remove register
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed May 20, 2024
1 parent 3b1cebf commit 1e697d6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,19 @@ jobs:
sudo apt-get -y install python3-pip
pip install --no-cache-dir vcstool
- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@v1
with:
rosdistro: ${{ needs.load-env.outputs.rosdistro }}

- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Run vcs import
run: |
mkdir src
vcs import src < autoware.repos
- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Build 'autoware-openadk'
uses: ./.github/actions/docker-build-and-push
with:
Expand Down

0 comments on commit 1e697d6

Please sign in to comment.