diff options
author | 2022-03-17 12:17:58 +0100 | |
---|---|---|
committer | 2022-03-21 09:00:25 +0000 | |
commit | c419b5b589b8b92103b29cc34dcd625b50ec44d9 (patch) | |
tree | fd68e1c41cbc563b0b48a7f21581b930c9a4dcb9 /ansible/roles/application/molecule/custom_role | |
parent | b7903ae1df40b2fc488e4b9ee97904717b859a21 (diff) |
[ANSIBLE] Do not run "onap" make target while building the helm charts
Change-Id: I057ae770366e92bebeb97310bab773cdf6b45429
Issue-ID: OOM-2946
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/application/molecule/custom_role')
-rw-r--r-- | ansible/roles/application/molecule/custom_role/molecule.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/application/molecule/custom_role/molecule.yml b/ansible/roles/application/molecule/custom_role/molecule.yml index 1a2696b7..3cc14d50 100644 --- a/ansible/roles/application/molecule/custom_role/molecule.yml +++ b/ansible/roles/application/molecule/custom_role/molecule.yml @@ -28,7 +28,6 @@ provisioner: helm_bin_dir: /usr/local/bin app_helm_build_targets: - all - - onap app_helm_chart_name: "{{ app_name }}" application_pre_install_role: application/test-patch-role application_post_install_role: application/test-patch-role |