Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't forward ROS_DISTRO to docker container #66

Merged
merged 1 commit into from
May 16, 2019

Conversation

rhaschke
Copy link
Contributor

There is no need to pass ROS_DISTRO from Travis to docker.
The ros-base docker container already defines the correct ROS_DISTRO variable.
In travis.sh the ROS_DISTRO was only required to resolve the name of the docker image.
However, when specifying the DOCKER_IMAGE directly, the passed ROS_DISTRO
variable might differ, and thus will override the variable defined by the actual ROS image.

The ros-base docker container defines the correct ROS_DISTRO variable.
Hence, there is no need to pass it from Travis to docker.
Doing so, actually might conflict with specifying a DOCKER_IMAGE directly,
because the ROS_DISTRO variables might have different values in docker and Travis.
@mlautman
Copy link

It would be nice to document this in the README when you get a chance

@mlautman mlautman merged commit bc60695 into moveit:master May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants