Allows specifying the ROS_DISTRO by creating the file .pilz_github_ci_runner.yml with the conents:
ROS_DISTRO: <your_distro>
e.g.
ROS_DISTRO: kinetic
it will override the variable if the runner was startet with a defined ROS_DISTRO which then acts a default if a .pilz_github_ci_runner.yml is not present. Thus is fully backwards compatible.
Allows specifying the
ROS_DISTRO
by creating the file.pilz_github_ci_runner.yml
with the conents:e.g.
it will override the variable if the runner was startet with a defined ROS_DISTRO which then acts a default if a
.pilz_github_ci_runner.yml
is not present. Thus is fully backwards compatible.