mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
d7bcb42481
libopenstorage has added a new feature that makes it possible to destroy the contents of a key/value in the Hashicorp Vault kv-v2 secrets backend. See-also: https://github.com/libopenstorage/secrets/pull/55 Signed-off-by: Niels de Vos <ndevos@redhat.com>
7 lines
61 B
YAML
7 lines
61 B
YAML
language: go
|
|
go:
|
|
- 1.14.6
|
|
script:
|
|
- |
|
|
make unit-test
|