Skip to content

Commit

Permalink
Retarget CI to main and update README to use main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jan 9, 2025
1 parent d7c082c commit 0404238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build-args: |
ROS_DISTRO=${{ matrix.ros_distribution }}
ZENOH_VERSION=1.1.0
FREE_FLEET_BRANCH=easy-full-control
FREE_FLEET_BRANCH=main
tags: ghcr.io/${{ github.repository }}/minimal-zenoh-bridge-ros2dds:${{ matrix.ros_distribution }}-latest
context: .github/docker/minimal-zenoh-bridge-ros2dds

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
ROS_DISTRO=${{ matrix.ros_distribution }}
ZENOH_BRIDGE_REPO=aaronchongth/zenoh-plugin-ros1
ZENOH_BRIDGE_TAG=namespace
FREE_FLEET_BRANCH=easy-full-control
FREE_FLEET_BRANCH=main
tags: ghcr.io/${{ github.repository }}/minimal-zenoh-bridge-ros1:${{ matrix.ros_distribution }}-latest
context: .github/docker/minimal-zenoh-bridge-ros1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ In the ROS 1 Noetic environment, set up prerequisites of [zenoh-plugin-ros1](htt

```bash
# Get the config file
git clone https://github.com/open-rmf/free_fleet -b easy-full-control
git clone https://github.com/open-rmf/free_fleet

# Build the bridge
git clone --recursive https://github.com/aaronchongth/zenoh-plugin-ros1
Expand Down

0 comments on commit 0404238

Please sign in to comment.