removed echo statement
Some checks failed
Package and publish helm chart / package-helm (push) Failing after 14s
Some checks failed
Package and publish helm chart / package-helm (push) Failing after 14s
This commit is contained in:
parent
174835f9fc
commit
d3c3107491
@ -42,5 +42,5 @@ jobs:
|
|||||||
mkdir /tmp/build
|
mkdir /tmp/build
|
||||||
cd /tmp/build
|
cd /tmp/build
|
||||||
helm package $REPO_PATH
|
helm package $REPO_PATH
|
||||||
echo "helm registry login --username $REPO_USERNAME --password $REPO_PASSWORD $REPO_HOST"
|
helm registry login --username $REPO_USERNAME --password $REPO_PASSWORD $REPO_HOST
|
||||||
echo "helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://$REPO_HOST/helm"
|
helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://$REPO_HOST/helm
|
||||||
|
Loading…
Reference in New Issue
Block a user