Skip to content

Commit

Permalink
Fix CI pipeline for ros build test
Browse files Browse the repository at this point in the history
  • Loading branch information
novakfi8 committed Nov 1, 2024
1 parent 7a8feab commit 0493060
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ros_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
build_amd64:
runs-on: ubuntu-20.04

env:

steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -46,9 +44,7 @@ jobs:
build_arm64:

runs-on: ubuntu-20.04

env:


steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -91,7 +87,12 @@ jobs:
# The shell to run commands with in the container
shell: /bin/sh

install: |
apt-get update -q -y
apt-get upgrade -q -y
# Produce a binary artifact and place it in the mounted volume
run: |
git config --global --add safe.directory "*"
/tmp/repository/.ci_scripts/package_build/build_package.sh /tmp/repository /tmp/artifacts

0 comments on commit 0493060

Please sign in to comment.