Fix bug in jenkins-slave (#560)
parent
b0f9bae145
commit
ea3e7397ac
|
@ -29,8 +29,6 @@
|
||||||
# * JENKINS_SECRET : agent secret, if not set as an argument
|
# * JENKINS_SECRET : agent secret, if not set as an argument
|
||||||
# * JENKINS_AGENT_NAME : agent name, if not set as an argument
|
# * JENKINS_AGENT_NAME : agent name, if not set as an argument
|
||||||
|
|
||||||
/ros_entrypoint.sh
|
|
||||||
|
|
||||||
if [ $# -eq 1 ]; then
|
if [ $# -eq 1 ]; then
|
||||||
|
|
||||||
# if `docker run` only has one arguments, we assume user is running alternate command like `bash` to inspect the image
|
# if `docker run` only has one arguments, we assume user is running alternate command like `bash` to inspect the image
|
||||||
|
|
Loading…
Reference in New Issue