Merge pull request #179 from kfox1111/csi-v1.0

Fix the symlink and add more debuggin
This commit is contained in:
Huamin Chen 2019-02-06 13:59:23 -05:00 committed by GitHub
commit 87d112438f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker login -u "${QUAY_IO_USERNAME}" -p "${QUAY_IO_PASSWORD}" quay.io
make push-image-rbdplugin push-image-cephfsplugin
set -e
set -xe
mkdir -p tmp
pushd tmp > /dev/null
@ -34,7 +34,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
if [ ! -f "tmp/csi-charts/docs/rbd/ceph-csi-rbd-$VERSION.tgz" ]; then
CHANGED=1
ln -s deploy/rbd/helm/ deploy/rbd/ceph-csi-rbd
ln -s helm deploy/rbd/ceph-csi-rbd
mkdir -p tmp/csi-charts/docs/rbd
pushd tmp/csi-charts/docs/rbd > /dev/null
helm package ../../../../deploy/rbd/ceph-csi-rbd