X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Ftemplates%2Frobot.json;h=7adc08c7f56cbc216499f764474f66c657aefe9e;hb=f46504aa10103ac8f5e4f864eb5eaa2b5d5571a1;hp=9c0c63f3e7a0eeed1c1506e147f5f92a56ce5578;hpb=26fd9348943474f9f1087b5b1ad6b424c2bb21b8;p=releng%2Fbuilder.git diff --git a/packer/templates/robot.json b/packer/templates/robot.json index 9c0c63f3e..7adc08c7f 100644 --- a/packer/templates/robot.json +++ b/packer/templates/robot.json @@ -40,9 +40,7 @@ "provisioners": [ { "type": "shell", - "scripts": [ - "common-packer/provision/install-python.sh" - ], + "scripts": ["common-packer/provision/install-python.sh"], "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi" }, {