vendor.conf: reformat to use columns

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-11-28 11:59:23 +01:00
parent 3a31ce267d
commit 55ea3dc9b1
4 changed files with 88 additions and 88 deletions

View File

@@ -21,7 +21,7 @@
#
set -eu -o pipefail
RUNC_COMMIT=$(grep opencontainers/runc ${GOPATH}/src/github.com/containerd/containerd/vendor.conf | cut -d " " -f 2)
RUNC_COMMIT=$(grep opencontainers/runc ${GOPATH}/src/github.com/containerd/containerd/vendor.conf | awk '{print $2}')
go get -d github.com/opencontainers/runc
cd $GOPATH/src/github.com/opencontainers/runc