Skip to content

Commit

Permalink
Change CI docker images to setup-ros-docker (#218)
Browse files Browse the repository at this point in the history
* Change CI docker images to setup-ros-docker

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add DEBIAN_FRONTEND=noninteractive

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Aug 16, 2021
1 parent 23a0c33 commit 7a66d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vcs-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
vcs-import:
runs-on: ubuntu-latest
container: osrf/ros:galactic-desktop
container: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest

steps:
- name: Checkout repository
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
run: |
apt-get -y update
rosdep update
rosdep install -y --from-paths . --ignore-src --rosdistro galactic
DEBIAN_FRONTEND=noninteractive rosdep install -y --from-paths . --ignore-src --rosdistro galactic

0 comments on commit 7a66d30

Please sign in to comment.