|
@ -212,8 +212,8 @@ if (type == "local") { |
|
|
bash("check=$(docker info)"); |
|
|
bash("check=$(docker info)"); |
|
|
|
|
|
|
|
|
bash("if [[ \"$check\" == *\"Is the docker daemon running\"* ]]; then |
|
|
bash("if [[ \"$check\" == *\"Is the docker daemon running\"* ]]; then |
|
|
echo \"Error: docker is not running\" |
|
|
\"echo\" \"Error: docker is not running\" |
|
|
exit 1 |
|
|
\"exit\" \"1\" |
|
|
fi"); |
|
|
fi"); |
|
|
|
|
|
|
|
|
if ("$3" != "") { |
|
|
if ("$3" != "") { |
|
|