Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m43s
All checks were successful
Build docker container / Build image (push) Successful in 1m43s
This commit is contained in:
parent
c721608246
commit
a96cf66491
@ -66,11 +66,7 @@ function packageHelm(){
|
||||
false
|
||||
exit 1
|
||||
fi
|
||||
echo "Current folder:"
|
||||
ls -1
|
||||
cd ${REPO_PATH:-.}
|
||||
echo ${REPO_PATH:-.}
|
||||
ls -1
|
||||
helm package .
|
||||
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)"
|
||||
curl --user "$REPO_SECRET" -X POST --upload-file ./$helmPackage.tgz https://git.ties.one/api/packages/public/helm/api/charts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user