Update wrong repo name

The origional name was wrong. Change it to the correct name.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
Kevin Fox 2019-02-06 09:15:19 -08:00 committed by mergify[bot]
parent 2dec4121be
commit 1585c0dd36
4 changed files with 6 additions and 5 deletions

View File

@ -13,27 +13,27 @@ if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
chmod 700 get_helm.sh
./get_helm.sh
git clone https://github.com/ceph/csi-ceph
git clone https://github.com/ceph/csi-charts
git clone https://github.com/ceph/ceph-csi
mkdir -p csi-ceph/docs
mkdir -p csi-charts/docs
pushd ceph-csi > /dev/null
git checkout -b csi-v1.0
CHANGED=0
VERSION=$(cat deploy/rbd/helm/Chart.yaml | awk '{if(/^version:/){print $2}}')
if [ ! -f "../csi-ceph/docs/ceph-csi-rbd-$VERSION.tgz" ]; then
if [ ! -f "../csi-charts/docs/ceph-csi-rbd-$VERSION.tgz" ]; then
CHANGED=1
ln -s deploy/rbd/helm/ deploy/rbd/ceph-csi-rbd
pushd ../csi-ceph/docs/ > /dev/null
pushd ../csi-charts/docs/ > /dev/null
helm package ../ceph-csi/deploy/rbd/ceph-csi-rbd
popd > /dev/null
fi
popd > /dev/null
if [ $CHANGED -eq 1 ]; then
pushd csi-ceph/docs > /dev/null
pushd csi-charts/docs > /dev/null
helm repo index .
git add --all :/ && git commit -m "Update repo"
git push https://"$GITHUB_TOKEN"@github.com/ceph/csi-charts

1
deploy/rbd/ceph-csi-rbd Symbolic link
View File

@ -0,0 +1 @@
deploy/rbd/helm/

Binary file not shown.

Binary file not shown.