Fix the symlink and add more debuggin

This points the symlink at the right chart.
Also enables more logging in the job.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
Kevin Fox 2019-02-06 10:45:33 -08:00
parent 6faff195dc
commit 0be24a14c2

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