mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
chore(actions): move bdd tests to github actions (#293)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
6ec49df225
commit
6c6d593437
5 changed files with 95 additions and 64 deletions
|
|
@ -54,7 +54,7 @@ EOT
|
|||
|
||||
sudo rm -rf /tmp/csi.sock
|
||||
CSI_TEST_REPO="https://github.com/$test_repo/csi-test.git"
|
||||
CSI_REPO_PATH="$GOPATH/src/github.com/$test_repo/csi-test"
|
||||
CSI_REPO_PATH="$(go env GOPATH)/src/github.com/$test_repo/csi-test"
|
||||
if [ ! -d "$CSI_REPO_PATH" ] ; then
|
||||
git clone -b "v4.0.1" "$CSI_TEST_REPO" "$CSI_REPO_PATH"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue