Fix package check. Remove extra files.

This fixes the package check on release and
removes some extra files.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
Kevin Fox 2019-02-06 09:28:53 -08:00
parent 13e030a8b4
commit 902d57fb28
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.