mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
Use rbd subdirectory
Update to use the rbd subdirectory for the package. Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
parent
1585c0dd36
commit
13e030a8b4
@ -26,7 +26,8 @@ if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
|
||||
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-charts/docs/ > /dev/null
|
||||
mkdir -p ../csi-charts/docs/rbd
|
||||
pushd ../csi-charts/docs/rbd > /dev/null
|
||||
helm package ../ceph-csi/deploy/rbd/ceph-csi-rbd
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user