Skip to content

Commit

Permalink
quickfix: do not use official Docker images by default
Browse files Browse the repository at this point in the history
C++ compilier is missing
  • Loading branch information
mathias-luedtke committed May 28, 2020
1 parent 52ac295 commit 67fa204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ if [ -z "$OS_CODE_NAME" ]; then
ici_error "ROS distro '$ROS_DISTRO' is not supported"
fi
OS_CODE_NAME=$DEFAULT_OS_CODE_NAME
DEFAULT_DOCKER_IMAGE=${DEFAULT_DOCKER_IMAGE-ros:${ROS_DISTRO}-ros-core}
#DEFAULT_DOCKER_IMAGE=${DEFAULT_DOCKER_IMAGE-ros:${ROS_DISTRO}-ros-core}
;;
esac
else
Expand Down

0 comments on commit 67fa204

Please sign in to comment.