From: Anil Belur Date: Thu, 27 Jul 2023 23:32:27 +0000 (+1000) Subject: Fix: Remove docs comment X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F107130%2F1;p=releng%2Fbuilder.git Fix: Remove docs comment Signed-off-by: Anil Belur Change-Id: I21f7e6e52f7b29c076ba62956877c2f1f7157d8b --- diff --git a/packer/templates/helm.pkr.hcl b/packer/templates/helm.pkr.hcl index 7c77cf04c..ff0d328b9 100644 --- a/packer/templates/helm.pkr.hcl +++ b/packer/templates/helm.pkr.hcl @@ -140,9 +140,6 @@ source "openstack" "helm" { volume_size = "${var.vm_volume_size}" } -# a build block invokes sources and runs provisioning steps on them. The -# documentation for build blocks can be found here: -# https://www.packer.io/docs/templates/hcl_templates/blocks/build build { sources = ["source.docker.helm", "source.openstack.helm"]