Skip to content

Commit

Permalink
not use ros container
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed May 19, 2024
1 parent 170b128 commit 2dbb83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
docker-build-and-push-main-self-hosted:
needs: load-env
runs-on: [self-hosted, linux, ARM64]
container: ros:${{ needs.load-env.outputs.rosdistro }}
strategy:
fail-fast: false
matrix:
Expand All @@ -57,10 +56,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Install pip for rosdep
- name: Install vcstool
run: |
sudo apt-get -y update
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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
- name: Check if PR author is the specific user
id: author-check
run: |
sudo apt-get -y update
sudo apt-get -y install jq
PR_AUTHOR=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH")
if [[ "$PR_AUTHOR" == "youtalk" ]]; then
echo "$PR_AUTHOR is a target user"
Expand Down

0 comments on commit 2dbb83b

Please sign in to comment.