Skip to content

Commit

Permalink
fix(travis): updates url to get blockdeviceclaim yaml (openebs#2611)
Browse files Browse the repository at this point in the history
This PR updates the url to get blockdeviceclaim yaml to fix travis issue

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
  • Loading branch information
sai chaithanya authored and Amit Kumar Das committed Jun 3, 2019
1 parent 4209222 commit 90a44f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/ci/test-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo "------------------------ Create block device claim --------------- "
##TODO: Remove below snippet once manual BDC is supported to create cStor pools
#### Get name of blockdevice to claim the blockdevice ####
block_device_name=$(kubectl get blockdevice -n ${NS} -o jsonpath='{.items[*].metadata.name}')
wget https://raw.githubusercontent.com/openebs/openebs/master/k8s/blockdeviceclaim.yaml -O temp_bdc.yaml
wget https://raw.githubusercontent.com/openebs/openebs/master/k8s/sample-pv-yamls/blockdeviceclaim.yaml -O temp_bdc.yaml
sed "s|sparse-1234|$block_device_name|g" temp_bdc.yaml > bdc.yaml
kubectl apply -f bdc.yaml
sleep 15
Expand Down

0 comments on commit 90a44f5

Please sign in to comment.