mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #176 from kfox1111/fixes
Fix package check. Remove extra files.
This commit is contained in:
commit
409eda5cf3
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
deploy/rbd/helm/
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user