vendor.conf: reformat to use columns
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -25,7 +25,7 @@ if [[ -z "${VERSION:-}" ]]; then
|
||||
fi
|
||||
|
||||
ROOT=${GOPATH}/src/github.com/containerd/containerd
|
||||
CRI_COMMIT=$(grep github.com/containerd/cri ${ROOT}/vendor.conf | cut -d " " -f 2)
|
||||
CRI_COMMIT=$(grep github.com/containerd/cri ${ROOT}/vendor.conf | awk '{print $2}')
|
||||
|
||||
go get -d github.com/containerd/cri/...
|
||||
cd $GOPATH/src/github.com/containerd/cri
|
||||
|
||||
Reference in New Issue
Block a user