Skip to content

Commit

Permalink
Merge pull request #15 from ijnek/iron
Browse files Browse the repository at this point in the history
update for iron
  • Loading branch information
ijnek authored Jun 13, 2023
2 parents a229690 + f257a28 commit fe07f71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
10 changes: 0 additions & 10 deletions .devcontainer/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .devcontainer/devcontainer.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: Build and Test (foxy)
name: Build and Test (iron)

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push
push:
Expand All @@ -22,7 +22,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: ubuntu:focal
image: ubuntu:jammy

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -31,4 +31,4 @@ jobs:
use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: foxy
target-ros2-distro: iron
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Template Repo

[![Build and Test (foxy)](../../actions/workflows/build_and_test_foxy.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_foxy.yaml?query=branch:rolling)
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_humble.yaml?query=branch:rolling)
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)

0 comments on commit fe07f71

Please sign in to comment.