mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
Update wrong repo name
The origional name was wrong. Change it to the correct name. Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
parent
2dec4121be
commit
1585c0dd36
10
deploy.sh
10
deploy.sh
@ -13,27 +13,27 @@ if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
|
||||
chmod 700 get_helm.sh
|
||||
./get_helm.sh
|
||||
|
||||
git clone https://github.com/ceph/csi-ceph
|
||||
git clone https://github.com/ceph/csi-charts
|
||||
git clone https://github.com/ceph/ceph-csi
|
||||
|
||||
mkdir -p csi-ceph/docs
|
||||
mkdir -p csi-charts/docs
|
||||
pushd ceph-csi > /dev/null
|
||||
git checkout -b csi-v1.0
|
||||
|
||||
CHANGED=0
|
||||
VERSION=$(cat deploy/rbd/helm/Chart.yaml | awk '{if(/^version:/){print $2}}')
|
||||
|
||||
if [ ! -f "../csi-ceph/docs/ceph-csi-rbd-$VERSION.tgz" ]; then
|
||||
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-ceph/docs/ > /dev/null
|
||||
pushd ../csi-charts/docs/ > /dev/null
|
||||
helm package ../ceph-csi/deploy/rbd/ceph-csi-rbd
|
||||
popd > /dev/null
|
||||
fi
|
||||
popd > /dev/null
|
||||
|
||||
if [ $CHANGED -eq 1 ]; then
|
||||
pushd csi-ceph/docs > /dev/null
|
||||
pushd csi-charts/docs > /dev/null
|
||||
helm repo index .
|
||||
git add --all :/ && git commit -m "Update repo"
|
||||
git push https://"$GITHUB_TOKEN"@github.com/ceph/csi-charts
|
||||
|
1
deploy/rbd/ceph-csi-rbd
Symbolic link
1
deploy/rbd/ceph-csi-rbd
Symbolic link
@ -0,0 +1 @@
|
||||
deploy/rbd/helm/
|
BIN
deploy/rbd/ceph-csi-rbd-0.2.0.tgz
Normal file
BIN
deploy/rbd/ceph-csi-rbd-0.2.0.tgz
Normal file
Binary file not shown.
BIN
deploy/rbd/ceph-csi-rbd-0.3.0.tgz
Normal file
BIN
deploy/rbd/ceph-csi-rbd-0.3.0.tgz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user