Skip to content

Commit e05b79e

Browse files
Disable building space_robots image in Github Action (#237).
One of the the CI jobs fails to complete due to lack of space. This is preventing us from complying with our process of always having a successful CI build before merging PRs. This commit disables the last stage of the docker build CI job, building the `space_robots` image, where this problem manifests.
1 parent 3dd5c68 commit e05b79e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
build-args: |
4343
SPACE_ROS_IMAGE=osrf/space-ros:main
4444
outputs: type=docker,dest=/tmp/moveit2.tar
45-
- name: Build space robots demo image
46-
run: |
47-
docker load --input /tmp/moveit2.tar
48-
docker images
49-
cd space_robots && ./build.sh
5045
space_nav2:
5146
runs-on: ubuntu-24.04
5247
steps:

0 commit comments

Comments
 (0)