Skip to content

Commit

Permalink
CI use main and testing
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jan 24, 2024
1 parent 196d96f commit c4bfb29
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [fortress]
include:
- version: fortress
ros-repo-packages: ""
- version: fortress
ros-repo-packages: "-testing"
env:
IGNITION_VERSION: ${{ matrix.version }}
ROS_REPO_PACKAGES: ${{ matrix.ros-repo-packages }}
container:
image: ubuntu:22.04
steps:
Expand All @@ -27,7 +32,7 @@ jobs:
cd ..
mkdir -p /home/ros2_ws/src
cp -r gz_ros2_control /home/ros2_ws/src/
sh -c 'echo "deb http://packages.ros.org/ros2-testing/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-testing.list'
sh -c 'echo "deb http://packages.ros.org/ros2$ROS_REPO_PACKAGES/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-testing.list'
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -
apt-get update && apt-get upgrade -q -y
apt-get update && apt-get install -qq -y \
Expand Down

0 comments on commit c4bfb29

Please sign in to comment.