build: Fix manifest path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f4ee0617cc
commit
cde06aae36
@ -99,7 +99,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
export CHART_VERSION=$(cat .version)
|
export CHART_VERSION=$(cat .version)
|
||||||
sed -i 's/{{ chart_version }}/'$CHART_VERSION'/g' json-server/Chart.yaml
|
sed -i 's/{{ chart_version }}/'$CHART_VERSION'/g' charts/json-server/Chart.yaml
|
||||||
- |
|
- |
|
||||||
helm package ./charts/json-server
|
helm package ./charts/json-server
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user