Skip to content
Snippets Groups Projects
Commit 6443a0d8 authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Update messages to print

parent 307fad87
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ function dockbuild(){
fi
fi
echo "${GREEN}Building ROS_DISTRO: ${ros_distro} with SHELL_VERSION: ${shell}${NC}"
echo "${GREEN}Building image for ${ros_distro} with ${shell} as shell${NC}"
docker build -t devenv:${ros_distro} --build-arg ROS_DISTRO=${ros_distro} --build-arg EXT_SHELL=${shell} --build-arg SHELL=${shell_path} -f devenv.Dockerfile .
cd $current_dir
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment