mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
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:
parent
13e030a8b4
commit
902d57fb28
@ -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