Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m44s
All checks were successful
Build docker container / Build image (push) Successful in 1m44s
This commit is contained in:
parent
846d4420c6
commit
c721608246
@ -66,7 +66,10 @@ function packageHelm(){
|
|||||||
false
|
false
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "Current folder:"
|
||||||
|
ls -1
|
||||||
cd ${REPO_PATH:-.}
|
cd ${REPO_PATH:-.}
|
||||||
|
echo ${REPO_PATH:-.}
|
||||||
ls -1
|
ls -1
|
||||||
helm package .
|
helm package .
|
||||||
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)"
|
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user