mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor updates
This commit is contained in:
4
vendor/github.com/container-storage-interface/spec/Makefile
generated
vendored
4
vendor/github.com/container-storage-interface/spec/Makefile
generated
vendored
@ -8,9 +8,7 @@ CSI_PROTO := csi.proto
|
||||
# The temporary file is not versioned, and thus will always be
|
||||
# built on Travis-CI.
|
||||
$(CSI_PROTO).tmp: $(CSI_SPEC)
|
||||
cat $? | \
|
||||
sed -n -e '/```protobuf$$/,/```$$/ p' | \
|
||||
sed -e 's@^```.*$$@////////@g' > $@
|
||||
cat $? | sed -n -e '/```protobuf$$/,/^```$$/ p' | sed '/^```/d' > "$@"
|
||||
|
||||
# This is the target for building the CSI protobuf file.
|
||||
#
|
||||
|
Reference in New Issue
Block a user