mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
[bitnami/charts] Fix charts path in CD pipeline (#15966)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
2
.github/workflows/cd-pipeline.yml
vendored
2
.github/workflows/cd-pipeline.yml
vendored
@@ -183,7 +183,7 @@ jobs:
|
||||
verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)"
|
||||
fi
|
||||
runtime_parameters_file=""
|
||||
if [[ -f ".vib/${{ needs.get-chart.outputs.chart }}/runtime-parameters.yaml" ]]; then
|
||||
if [[ -f "charts/.vib/${{ needs.get-chart.outputs.chart }}/runtime-parameters.yaml" ]]; then
|
||||
# The path is relative to the .vib folder
|
||||
runtime_parameters_file="${{ needs.get-chart.outputs.chart }}/runtime-parameters.yaml"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user