Skip to content
Snippets Groups Projects
Verified Commit d8f4abc4 authored by David Hoese's avatar David Hoese
Browse files

Fix helm template command

parent d5042f0a
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ build ci: ...@@ -69,7 +69,7 @@ build ci:
- |- - |-
sed -i "s/^appVersion: .*\$/appVersion: ${docker_tag}/g" ${SUBCOMP_CHART_DIR}/Chart.yaml sed -i "s/^appVersion: .*\$/appVersion: ${docker_tag}/g" ${SUBCOMP_CHART_DIR}/Chart.yaml
# debug: # debug:
- helm template ${SUBCOMP_CHART_DIR} . - helm template ${SUBCOMP_CHART_DIR} ${SUBCOMP_CHART_DIR}
artifacts: artifacts:
paths: paths:
- chart/${SUBCOMP_CHART_DIR} - chart/${SUBCOMP_CHART_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment