mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
Fix spelling error
helm chats -> helm charts
This commit is contained in:
parent
fa40c1cc58
commit
882bebf1d8
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
push_helm_chats() {
|
push_helm_charts() {
|
||||||
PACKAGE=$1
|
PACKAGE=$1
|
||||||
CHANGED=0
|
CHANGED=0
|
||||||
VERSION=$(grep 'version:' deploy/"$PACKAGE"/helm/Chart.yaml | awk '{print $2}')
|
VERSION=$(grep 'version:' deploy/"$PACKAGE"/helm/Chart.yaml | awk '{print $2}')
|
||||||
@ -53,6 +53,6 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
|
|||||||
mkdir -p csi-charts/docs
|
mkdir -p csi-charts/docs
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
push_helm_chats rbd
|
push_helm_charts rbd
|
||||||
push_helm_chats cephfs
|
push_helm_charts cephfs
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user