mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
test(zfspv): making test cases to run on forked repo
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
c3c5eb1794
commit
1ce53690f8
2 changed files with 5 additions and 27 deletions
|
|
@ -23,6 +23,11 @@ before_install:
|
|||
- truncate -s 100G /tmp/disk.img
|
||||
- sudo zpool create -f zfspv-pool /tmp/disk.img
|
||||
install:
|
||||
- if [ "$TRAVIS_BUILD_DIR" != "$GOPATH/src/github.com/openebs/zfs-localpv" ]; then
|
||||
mkdir -p $GOPATH/src/github.com/openebs/;
|
||||
mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/openebs;
|
||||
cd $GOPATH/src/github.com/openebs/zfs-localpv;
|
||||
fi
|
||||
- make bootstrap
|
||||
- make format
|
||||
- curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubectl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue