Merge pull request #176 from kfox1111/fixes

Fix package check. Remove extra files.
This commit is contained in:
Huamin Chen 2019-02-06 12:58:04 -05:00 committed by GitHub
commit 409eda5cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
CHANGED=0
VERSION=$(cat deploy/rbd/helm/Chart.yaml | awk '{if(/^version:/){print $2}}')
if [ ! -f "../csi-charts/docs/ceph-csi-rbd-$VERSION.tgz" ]; then
if [ ! -f "../csi-charts/docs/rbd/ceph-csi-rbd-$VERSION.tgz" ]; then
CHANGED=1
ln -s deploy/rbd/helm/ deploy/rbd/ceph-csi-rbd
mkdir -p ../csi-charts/docs/rbd

View File

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

Binary file not shown.

Binary file not shown.