mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
e2e: add SNAPSHOT_VERSION to build.env
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
94c1b2e021
commit
4b7c9ea5cb
@ -21,6 +21,10 @@ GO111MODULE=on
|
||||
GOLANGCI_VERSION=v1.27.0
|
||||
GOSEC_VERSION=v2.3.0
|
||||
|
||||
# external snapshotter version
|
||||
# Refer: https://github.com/kubernetes-csi/external-snapshotter/releases
|
||||
SNAPSHOT_VERSION=v3.0.1
|
||||
|
||||
# "go test" configuration
|
||||
# set to stdout or html to enable coverage reporting, disabled by default
|
||||
#TEST_COVERAGE=html
|
||||
|
Reference in New Issue
Block a user