From 3576789adef3332e1d6276a2ec5fab88b7e8e8bc Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Tue, 5 Jan 2021 14:31:28 +0100 Subject: [PATCH] Try again Signed-off-by: Marco Pracucci --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 472813fb..8a798145 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ test-readme: jb install github.com/jsonnet-libs/k8s-alpha/1.18 && \ printf '(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")\n+(import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")' > lib/k.libsonnet && \ jb install github.com/grafana/cortex-jsonnet/cortex && \ + rm -fr ./vendor/cortex && \ cp -r ../cortex ./vendor/ && \ cp vendor/cortex/cortex-manifests.jsonnet.example environments/default/main.jsonnet && \ PAGER=cat tk show environments/default